SELECT 
  feature_id, 
  feature_type 
FROM 
  cscart_product_features 
WHERE 
  feature_id IN (
    62, 110, 32, 34, 154, 137, 61, 119, 73, 
    63, 31
  )

Query time 0.00024

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.96"
    },
    "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": 11,
      "rows_produced_per_join": 11,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "3.86",
        "eval_cost": "1.10",
        "prefix_cost": "4.96",
        "data_read_per_join": "4K"
      },
      "used_columns": [
        "feature_id",
        "feature_type"
      ],
      "attached_condition": "(`cscart_db`.`cscart_product_features`.`feature_id` in (62,110,32,34,154,137,61,119,73,63,31))"
    }
  }
}

Result

feature_id feature_type
31 C
32 M
34 M
61 M
62 E
63 S
73 M
110 S
119 S
137 M
154 E