SELECT 
  feature_id 
FROM 
  cscart_product_features 
WHERE 
  feature_id IN (580, 572, 25, 581, 582, 592) 
  AND feature_type = 'E'

Query time 0.00038

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_product_features",
      "access_type": "range",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["feature_id"],
      "rows": 6,
      "filtered": 100,
      "index_condition": "cscart_product_features.feature_id in (580,572,25,581,582,592)",
      "attached_condition": "cscart_product_features.feature_type = 'E'"
    }
  }
}