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 (
    89294, 89405, 91912, 89309, 89321, 86230, 
    89257, 89323, 91993, 91994, 91995, 
    91996, 91997, 91998, 91999, 89322, 
    89325, 86816, 89306, 89324, 89366, 
    89305, 89317, 82385, 89307, 82362, 
    89319, 89326, 91960, 90096
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00071

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 (89294,89405,91912,89309,89321,86230,89257,89323,91993,91994,91995,91996,91997,91998,91999,89322,89325,86816,89306,89324,89366,89305,89317,82385,89307,82362,89319,89326,91960,90096)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82362 Hudson Reed Slide Rail Kits Kubix Slide Rail Kit - Chrome
82385 Hudson Reed Shower Kits Rigid Riser Kit - Chrome / White
86230 Hudson Reed Fixed Shower Heads Fixed Head - Chrome
86816 nuie Shower Kits Thermostatic Bar Shower With Kit - Chrome
89257 nuie Concealed Manual Round Valve, Wall Mount Shower Arm & Round Fixed Head Shower Kit - Chrome
89294 nuie Arvan Manual Concealed Twin Round Valve with Diverter, Slide Rail Kit with Multi Function Handset & Outlet Elbow Wall Mount Shower Arm & Round Fixed Head Shower Kit - Chrome
89305 nuie Thermostatic Round Bar Valve & Multi Function Slide Rail Shower Kit - Chrome
89306 nuie Thermostatic Round Bar Valve & Luxury Curved Multi Function Slide Rail Shower Kit - Chrome
89307 nuie Thermostatic Round Bar Valve & Single Function Slide Rail Shower Kit - Chrome
89309 nuie Thermostatic Round Bar Valve & Single Function Slide Rail Shower Kit - Chrome
89317 nuie Thermostatic Vertical Round Bar Valve & Multi Function Slide Rail Shower Kit - Chrome
89319 nuie Thermostatic Vertical Round Bar Valve & Single Function Slide Rail Shower Kit - Chrome
89321 nuie Thermostatic Round Bar Valve & Multi Function Slide Rail Shower Kit - Chrome
89322 nuie Thermostatic Round Bar Valve & Single Function Slide Rail Shower Kit - Chrome
89323 nuie Thermostatic Round Bar Valve & Multi Function Slide Rail Shower Kit - Chrome
89324 nuie Thermostatic Round Bar Valve & Single Function Slide Rail Shower Kit - Chrome
89325 nuie Thermostatic Round Bar Valve & Multi Function Slide Rail Shower Kit - Chrome
89326 nuie Thermostatic Round Bar Valve & Multi Function Slide Rail Shower Kit - Chrome
89366 nuie Thermostatic Square Bar Valve & Single Function Slide Rail Shower Kit - Chrome
89405 nuie Traditional Manual Exposed Valve & Rigid Riser Kit with Swivel Spout - Chrome/White
90096 nuie Windon Thermostatic Bar Valve - Chrome
91912 BC Designs Victrion Single Outlet Twin Thermostatic Concealed Shower Valve - Chrome
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