SELECT 
  feature_id 
FROM 
  cscart_product_features 
WHERE 
  feature_id IN (
    873, 874, 905, 906, 915, 839, 908, 834, 
    831, 903, 902, 836, 918, 919, 904, 825, 
    827, 837, 895, 878, 844, 877, 875, 913, 
    901
  ) 
  AND feature_type = 'E'

Query time 0.00033

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "32.26"
    },
    "table": {
      "table_name": "cscart_product_features",
      "access_type": "ALL",
      "possible_keys": [
        "PRIMARY"
      ],
      "rows_examined_per_scan": 136,
      "rows_produced_per_join": 2,
      "filtered": "1.84",
      "cost_info": {
        "read_cost": "31.76",
        "eval_cost": "0.50",
        "prefix_cost": "32.26",
        "data_read_per_join": "2K"
      },
      "used_columns": [
        "feature_id",
        "feature_type"
      ],
      "attached_condition": "((`danishecarter_latest`.`cscart_product_features`.`feature_id` in (873,874,905,906,915,839,908,834,831,903,902,836,918,919,904,825,827,837,895,878,844,877,875,913,901)) and (`danishecarter_latest`.`cscart_product_features`.`feature_type` = 'E'))"
    }
  }
}

Result

feature_id
827