SELECT 
  category_id, 
  category 
FROM 
  cscart_category_descriptions 
WHERE 
  category_id IN (7204, 7153, 7254, 7148) 
  AND lang_code = 'en'

Query time 0.00045

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.81"
    },
    "table": {
      "table_name": "cscart_category_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "category_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 4,
      "rows_produced_per_join": 4,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "1.41",
        "eval_cost": "0.40",
        "prefix_cost": "1.81",
        "data_read_per_join": "12K"
      },
      "used_columns": [
        "category_id",
        "lang_code",
        "category"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_category_descriptions`.`category_id` in (7204,7153,7254,7148)) and (`nuie_scalesta_net`.`cscart_category_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

category_id category
7148 Accessories
7153 Complete Shower Sets
7204 Basins
7254 Freestanding Baths