SELECT 
  category_id, 
  category 
FROM 
  cscart_category_descriptions 
WHERE 
  category_id IN (
    385, 406, 451, 458, 455, 390, 417, 502, 
    387
  ) 
  AND lang_code = 'en'

Query time 0.00042

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "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": 9,
          "filtered": 100,
          "index_condition": "cscart_category_descriptions.category_id in (385,406,451,458,455,390,417,502,387) and cscart_category_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

category_id category
385 Nail art supplies
387 Gel nail polishes
390 Gel paints for nails
406 Slider designs
417 UV nail lamps
451 Additional materials and accessories
455 Everything for stamping
458 Tools for the cuticle
502 Nail bases and tops