SELECT 
  feature_id, 
  feature_type 
FROM 
  cscart_product_features 
WHERE 
  feature_id IN (113, 25, 117, 35, 13, 26, 28, 29, 31)

Query time 0.00019

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.016316176,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_features",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["feature_id"],
          "loops": 1,
          "rows": 9,
          "cost": 0.016316176,
          "filtered": 100,
          "index_condition": "cscart_product_features.feature_id in (113,25,117,35,13,26,28,29,31)"
        }
      }
    ]
  }
}

Result

feature_id feature_type
13 E
25 S
26 S
28 S
29 S
31 S
35 E
113 S
117 S