SELECT 
  feature_id, 
  feature_type 
FROM 
  cscart_product_features 
WHERE 
  feature_id IN (
    1055, 1151, 1107, 18, 1041, 549, 1046, 
    1047, 1073, 45, 1048, 1137, 1101, 1056, 
    1052, 1070, 1054, 1110, 1108, 1043, 
    1053, 1049, 548, 1051, 1045, 1064, 1050
  )

Query time 0.00031

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "32.06"
    },
    "table": {
      "table_name": "cscart_product_features",
      "access_type": "ALL",
      "possible_keys": [
        "PRIMARY"
      ],
      "rows_examined_per_scan": 133,
      "rows_produced_per_join": 27,
      "filtered": "20.30",
      "cost_info": {
        "read_cost": "26.66",
        "eval_cost": "5.40",
        "prefix_cost": "32.06",
        "data_read_per_join": "31K"
      },
      "used_columns": [
        "feature_id",
        "feature_type"
      ],
      "attached_condition": "(`danishecarter_25_march`.`cscart_product_features`.`feature_id` in (1055,1151,1107,18,1041,549,1046,1047,1073,45,1048,1137,1101,1056,1052,1070,1054,1110,1108,1043,1053,1049,548,1051,1045,1064,1050))"
    }
  }
}

Result

feature_id feature_type
18 E
45 S
549 S
548 S
1041 S
1043 S
1045 S
1046 N
1047 S
1048 T
1049 T
1050 S
1051 S
1052 N
1053 S
1054 M
1055 S
1056 E
1064 N
1070 S
1073 N
1101 N
1107 S
1108 N
1110 N
1151 M
1137 C