SELECT 
  feature_id, 
  feature_type 
FROM 
  tmall_product_features 
WHERE 
  feature_id IN (549, 548, 15, 16, 17)

Query time 0.00853

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.009400072,
    "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": 5,
          "cost": 0.009400072,
          "filtered": 100,
          "index_condition": "tmall_product_features.feature_id in (549,548,15,16,17)"
        }
      }
    ]
  }
}

Result

feature_id feature_type
15 S
16 S
17 S
548 S
549 S