SELECT 
  category_id, 
  category 
FROM 
  tmall_category_descriptions 
WHERE 
  category_id IN (166, 234, 236) 
  AND lang_code = 'en'

Query time 0.00902

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.00594202,
    "nested_loop": [
      {
        "table": {
          "table_name": "tmall_category_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["category_id", "lang_code"],
          "loops": 1,
          "rows": 3,
          "cost": 0.00594202,
          "filtered": 100,
          "index_condition": "tmall_category_descriptions.category_id in (166,234,236) and tmall_category_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

category_id category
166 Electronics
234 Cell Phones
236 HTC