SELECT 
  category_id, 
  category 
FROM 
  cscart_category_descriptions 
WHERE 
  category_id IN (1516, 1529, 1584, 1608) 
  AND lang_code = 'en'

Query time 0.00033

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_category_descriptions",
      "access_type": "range",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "9",
      "used_key_parts": ["category_id", "lang_code"],
      "rows": 4,
      "filtered": 100,
      "attached_condition": "cscart_category_descriptions.category_id in (1516,1529,1584,1608) and cscart_category_descriptions.lang_code = 'en'"
    }
  }
}

Result

category_id category
1516 Lighting
1529 Barn Lighting
1584 LED Lighting
1608 Flush Mount LED Lighting