SELECT 
  feature_id, 
  feature_type 
FROM 
  cscart_product_features 
WHERE 
  feature_id IN (
    110, 103, 56, 140, 139, 32, 34, 154, 137, 
    61, 73, 119, 63, 107, 152
  )

Query time 0.00022

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.51"
    },
    "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": 15,
      "rows_produced_per_join": 15,
      "filtered": "100.00",
      "index_condition": "(`cscart_db`.`cscart_product_features`.`feature_id` in (110,103,56,140,139,32,34,154,137,61,73,119,63,107,152))",
      "cost_info": {
        "read_cost": "9.01",
        "eval_cost": "1.50",
        "prefix_cost": "10.51",
        "data_read_per_join": "6K"
      },
      "used_columns": [
        "feature_id",
        "feature_type"
      ]
    }
  }
}

Result

feature_id feature_type
32 M
34 M
56 M
61 M
63 S
73 M
103 S
107 M
110 S
119 S
137 M
139 S
140 M
152 E
154 E