SELECT 
  feature_id, 
  feature_type 
FROM 
  cscart_product_features 
WHERE 
  feature_id IN (
    560, 18, 557, 558, 559, 562, 561, 548, 
    556
  )

Query time 0.00019

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.01070583,
    "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.01070583,
          "filtered": 100,
          "attached_condition": "cscart_product_features.feature_id in (560,18,557,558,559,562,561,548,556)"
        }
      }
    ]
  }
}

Result

feature_id feature_type
18 E
548 S
556 S
557 S
558 S
559 S
560 S
561 S
562 S