SELECT 
  cscart_product_descriptions.product_id, 
  cscart_product_descriptions.short_description, 
  IF(
    cscart_product_descriptions.short_description = '' 
    OR cscart_product_descriptions.short_description IS NULL, 
    cscart_product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (
    91966, 91967, 86227, 82403, 82410, 82424, 
    89591, 89592, 86226, 86237, 86230, 
    91993, 91994, 91995, 91996, 91997, 
    91998, 91999, 82362, 91960, 82360, 
    91953, 91954, 91955
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00098

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.82"
    },
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 24,
      "rows_produced_per_join": 24,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "8.42",
        "eval_cost": "2.40",
        "prefix_cost": "10.82",
        "data_read_per_join": "91K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (91966,91967,86227,82403,82410,82424,89591,89592,86226,86237,86230,91993,91994,91995,91996,91997,91998,91999,82362,91960,82360,91953,91954,91955)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82360 nuie Showers Rail Kits Slide Rail Kit - Gunmetal
82362 Hudson Reed Slide Rail Kits Kubix Slide Rail Kit - Chrome
82403 nuie Shower Kits Slide Rail Kit - Matt Black
82410 nuie Shower Kits Square Slider Rail Kit with Elbow - Gunmetal
82424 nuie Shower Kits Slide Rail Kit - Brushed Brass
86226 Hudson Reed Fixed Shower Heads Fixed Head - Chrome
86227 Hudson Reed Fixed Shower Heads Ceiling Mounted Head & Arm - Chrome
86230 Hudson Reed Fixed Shower Heads Fixed Head - Chrome
86237 Hudson Reed Fixed Shower Heads Ceiling Tile Fixed Head - Chrome
89591 nuie Shower Heads Round LED Fixed Head - Chrome
89592 nuie Shower Heads Square LED Fixed Head - Chrome
91953 BC Designs Victrion 8" Fixed Shower Head - Brushed Chrome
91954 BC Designs Victrion 8" Fixed Shower Head - Brushed Copper
91955 BC Designs Victrion 8" Fixed Shower Head - Brushed Gold
91960 BC Designs Victrion 12" Fixed Shower Head - Chrome
91966 BC Designs Victrion 12" Fixed Shower Head - Gold
91967 BC Designs Victrion 12" Fixed Shower Head - Nickel
91993 BC Designs Victrion Wall Mounted Handset Shower Set - Brushed Chrome
91994 BC Designs Victrion Wall Mounted Handset Shower Set - Brushed Copper
91995 BC Designs Victrion Wall Mounted Handset Shower Set - Brushed Gold
91996 BC Designs Victrion Wall Mounted Handset Shower Set - Brushed Nickel
91997 BC Designs Victrion Wall Mounted Handset Shower Set - Copper
91998 BC Designs Victrion Wall Mounted Handset Shower Set - Gold
91999 BC Designs Victrion Wall Mounted Handset Shower Set - Nickel