SELECT 
  feature_id, 
  feature_type 
FROM 
  cscart_product_features 
WHERE 
  feature_id IN (
    1041, 1042, 1064, 18, 1043, 1022, 1024, 
    549, 1032, 1036, 1054, 1061, 1026, 1033, 
    1055, 1057, 1053, 1075, 1049, 1028, 
    1052, 1046, 1047, 1027, 1056, 1034, 
    1059, 1062, 1063, 1071, 1023, 1045, 
    1076, 1044, 456, 1060, 1048, 1040, 1074, 
    1073, 1068, 1072, 1029, 1030, 1039, 
    1035, 548, 1058, 1067, 646, 1050, 1069, 
    1065, 1066, 1051, 1037, 1070, 1031, 
    1038
  )

Query time 0.00029

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": 59,
      "filtered": "39.86",
      "cost_info": {
        "read_cost": "23.33",
        "eval_cost": "11.80",
        "prefix_cost": "35.13",
        "data_read_per_join": "69K"
      },
      "used_columns": [
        "feature_id",
        "feature_type"
      ],
      "attached_condition": "(`danishecarter_latest`.`cscart_product_features`.`feature_id` in (1041,1042,1064,18,1043,1022,1024,549,1032,1036,1054,1061,1026,1033,1055,1057,1053,1075,1049,1028,1052,1046,1047,1027,1056,1034,1059,1062,1063,1071,1023,1045,1076,1044,456,1060,1048,1040,1074,1073,1068,1072,1029,1030,1039,1035,548,1058,1067,646,1050,1069,1065,1066,1051,1037,1070,1031,1038))"
    }
  }
}

Result

feature_id feature_type
18 E
549 S
548 S
646 N
1022 S
1023 E
1024 S
1026 N
1027 N
1028 S
1029 N
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
1043 M
1044 S
1045 N
1046 N
1047 S
1048 N
1049 S
1050 S
1051 S
1052 S
1053 S
1054 S
1055 N
1056 S
1057 S
1058 S
1059 S
1060 N
1061 N
1062 S
1063 S
1064 S
1065 S
1066 S
1067 S
1068 M
1069 S
1070 S
1071 N
1072 S
1073 C
1074 C
1075 N
1076 N