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 (
    89591, 89592, 86226, 86237, 86230, 91993, 
    91994, 91995, 91996, 91997, 91998, 
    91999, 82362, 91960, 82360, 91953, 
    91954, 91955, 91956, 91957, 91958, 
    91959, 84290, 82404, 82342, 82367, 
    86236, 86222, 82338, 82337
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00087

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.52"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "10.52",
        "eval_cost": "3.00",
        "prefix_cost": "13.52",
        "data_read_per_join": "114K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (89591,89592,86226,86237,86230,91993,91994,91995,91996,91997,91998,91999,82362,91960,82360,91953,91954,91955,91956,91957,91958,91959,84290,82404,82342,82367,86236,86222,82338,82337)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82337 nuie Slimline Slide Rail Kit - Chrome
82338 Hudson Reed Slide Rail Kits Linear Slide Rail Kits - Chrome
82342 Hudson Reed Slide Rail Kits Water Saving Slide Rail Kit - Chrome
82360 nuie Showers Rail Kits Slide Rail Kit - Gunmetal
82362 Hudson Reed Slide Rail Kits Kubix Slide Rail Kit - Chrome
82367 nuie Shower Kits Slider Rail Kit - Chrome
82404 Hudson Reed Slide Rail Kits Slider Rail Kit - Chrome / Black
84290 nuie Shower Accessories Douche Spray Kit & Thermostatic Valve - Chrome
86222 nuie Shower Heads Fixed Head - Chrome
86226 Hudson Reed Fixed Shower Heads Fixed Head - Chrome
86230 Hudson Reed Fixed Shower Heads Fixed Head - Chrome
86236 Hudson Reed Fixed Shower Heads Ceiling Tile 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
91956 BC Designs Victrion 8" Fixed Shower Head - Brushed Nickel
91957 BC Designs Victrion 8" Fixed Shower Head - Copper
91958 BC Designs Victrion 8" Fixed Shower Head - Gold
91959 BC Designs Victrion 8" Fixed Shower Head - Nickel
91960 BC Designs Victrion 12" Fixed Shower Head - Chrome
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