SELECT 
  feature_id, 
  feature_type 
FROM 
  tmall_product_features 
WHERE 
  feature_id IN (18, 549, 548)

Query time 0.00899

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.00594202,
    "nested_loop": [
      {
        "table": {
          "table_name": "tmall_product_features",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "3",
          "used_key_parts": ["feature_id"],
          "loops": 1,
          "rows": 3,
          "cost": 0.00594202,
          "filtered": 100,
          "index_condition": "tmall_product_features.feature_id in (18,549,548)"
        }
      }
    ]
  }
}

Result

feature_id feature_type
18 E
548 S
549 S