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 (
    92237, 92469, 92470, 92471, 92439, 91865, 
    85585, 92366, 92367, 92368, 92369, 
    92370, 92371, 92372, 90324, 90326, 
    91977, 91979, 91980, 91982, 91983, 
    91892, 92150, 82556, 84254, 84259, 
    85596, 87577, 87592, 87607
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00072

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 (92237,92469,92470,92471,92439,91865,85585,92366,92367,92368,92369,92370,92371,92372,90324,90326,91977,91979,91980,91982,91983,91892,92150,82556,84254,84259,85596,87577,87592,87607)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82556 Hudson Reed Fixed Shower Heads Wall-Mounted Arm - Chrome
84254 Hudson Reed 800mm Straight Bath End Panel & Plinth - Satin Anthracite
84259 Hudson Reed 800mm Straight Bath End Panel & Plinth - Satin Green
85585 Classic Exposed Bath Waste & Overflow
85596 nuie Wastes & Extras Square Bottle Trap & Extension Tube - Black
87577 Hudson Reed Urban Bath End Panel 800mm - Satin White
87592 Hudson Reed Urban Bath End Panel 800mm - Satin Grey
87607 Hudson Reed Urban Bath End Panel 800mm - Satin Blue
90324 nuie Ceramics Accessories Pneumatic Dual Flush Universal Access Concealed Cistern - Matt Black
90326 nuie Ceramics Accessories Pneumatic Dual Flush Universal Access Concealed Cistern - Matt White
91865 BC Designs Victrion Glass Gallery Shelf - Copper
91892 BC Designs Victrion 3 Tier Towel Rack - Chrome
91977 BC Designs Victrion Arch Wall Mounted Shower Arm - Brushed Chrome
91979 BC Designs Victrion Arch Wall Mounted Shower Arm - Brushed Gold
91980 BC Designs Victrion Arch Wall Mounted Shower Arm - Brushed Nickel
91982 BC Designs Victrion Arch Wall Mounted Shower Arm - Gold
91983 BC Designs Victrion Arch Wall Mounted Shower Arm - Nickel
92150 BC Designs Standpipes Traditional Bath Legs with Adjustable Shrouds - Chrome
92237 BC Designs Bath Wastes Push Down Bath Waste 60mm (Unslotted) - Nickel
92366 BC Designs Basin Bottle Trap - Brushed Chrome
92367 BC Designs Basin Bottle Trap - Brushed Copper
92368 BC Designs Basin Bottle Trap - Brushed Gold
92369 BC Designs Basin Bottle Trap - Brushed Nickel
92370 BC Designs Basin Bottle Trap - Copper
92371 BC Designs Basin Bottle Trap - Gold
92372 BC Designs Basin Bottle Trap - Nickel
92439 BC Designs Victrion White Gloss Soft close Toilet Seat - Gloss White
92469 BC Designs Push Down Bath Waste 60mm (Unslotted) - Brushed Chrome
92470 BC Designs Push Down Bath Waste 60mm (Unslotted) - Brushed Copper
92471 BC Designs Push Down Bath Waste 60mm (Unslotted) - Gold