SELECT 
  feature_id, 
  feature_type 
FROM 
  cscart_product_features 
WHERE 
  feature_id IN (
    1041, 1042, 1101, 18, 1022, 549, 1032, 
    1036, 1033, 1055, 1052, 1046, 1056, 
    1034, 1109, 1135, 1093, 1023, 456, 1040, 
    1104, 1102, 1030, 1039, 1035, 548, 646, 
    1037, 1031, 1038, 1108
  )

Query time 0.00033

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "35.13"
    },
    "table": {
      "table_name": "cscart_product_features",
      "access_type": "ALL",
      "possible_keys": [
        "PRIMARY"
      ],
      "rows_examined_per_scan": 148,
      "rows_produced_per_join": 30,
      "filtered": "20.95",
      "cost_info": {
        "read_cost": "28.93",
        "eval_cost": "6.20",
        "prefix_cost": "35.13",
        "data_read_per_join": "36K"
      },
      "used_columns": [
        "feature_id",
        "feature_type"
      ],
      "attached_condition": "(`danishecarter_latest`.`cscart_product_features`.`feature_id` in (1041,1042,1101,18,1022,549,1032,1036,1033,1055,1052,1046,1056,1034,1109,1135,1093,1023,456,1040,1104,1102,1030,1039,1035,548,646,1037,1031,1038,1108))"
    }
  }
}

Result

feature_id feature_type
18 E
549 S
548 S
646 N
1022 S
1023 E
1030 S
1031 S
1032 N
1033 S
1034 T
1035 T
1036 S
1037 S
1038 N
1039 S
1040 M
1041 S
1042 M
1046 N
1052 S
1055 N
1056 S
1093 N
1101 S
1102 N
1104 N
1135 N
1108 N
1109 N