SELECT 
  feature_id 
FROM 
  cscart_product_features 
WHERE 
  feature_id IN (
    697, 910, 911, 916, 917, 913, 919, 865, 
    741, 835
  ) 
  AND feature_type = 'E'

Query time 0.00037

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "14.03"
    },
    "table": {
      "table_name": "cscart_product_features",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "feature_id"
      ],
      "key_length": "3",
      "rows_examined_per_scan": 10,
      "rows_produced_per_join": 1,
      "filtered": "10.00",
      "cost_info": {
        "read_cost": "13.83",
        "eval_cost": "0.20",
        "prefix_cost": "14.03",
        "data_read_per_join": "440"
      },
      "used_columns": [
        "feature_id",
        "feature_type"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_features`.`feature_id` in (697,910,911,916,917,913,919,865,741,835)) and (`webmarco`.`cscart_product_features`.`feature_type` = 'E'))"
    }
  }
}