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 (
    89161, 89552, 91291, 90095, 90105, 90114, 
    91287, 82347, 84120, 86808, 89736, 
    89989, 89990, 89991, 89992, 86811, 
    89098, 89126, 82330, 82348, 86807, 
    86846, 89732, 83117
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00078

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 (89161,89552,91291,90095,90105,90114,91287,82347,84120,86808,89736,89989,89990,89991,89992,86811,89098,89126,82330,82348,86807,86846,89732,83117)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82330 Hudson Reed Tec Pura Twin Thermostatic Shower Valve - Chrome
82347 nuie Victorian Dual Thermostatic Shower Valve - Chrome
82348 nuie Victorian Dual Thermostatic Shower Valve - Chrome
83117 nuie Arvan Twin Thermostatic Valve With Diverter - Matt Black
84120 nuie Binsey Triple Thermostatic Valve - Chrome
86807 Hudson Reed Tec Dual Concealed Thermostatic Shower Valve - Chrome
86808 Hudson Reed Tec Dual Exposed Thermostatic Shower Valve - Chrome
86811 nuie Square Showers Twin Thermostatic Shower Valve - Chrome
86846 Hudson Reed Tec Crosshead Twin Thermostatic Shower Valve - Chrome
89098 nuie Round Showers Twin Thermostatic Shower Valve - Chrome
89126 Hudson Reed Reign Twin Thermostatic Shower Valve - Chrome
89161 Hudson Reed Round Valves Twin Valve - Chrome
89552 Hudson Reed Square Valves Twin Valve - Chrome
89732 Old London White Topaz Concealed Dual Shower Valve - Chrome / White
89736 Old London White Topaz Exposed Dual Shower Valve - Chrome / White
89989 nuie Commercial Exposed Sequential Shower Valve - Chrome
89990 nuie Commercial Exposed Sequential Thermostatic Valve - Chrome
89991 nuie Commercial Sequential Thermostatic Shower Valve - Chrome
89992 nuie Commercial Sequential Thermostatic Shower Valve - Chrome
90095 nuie Windon Twin Thermostatic Valve With Diverter - Matt Black
90105 nuie Windon Twin Thermostatic Valve With Diverter - Gunmetal
90114 nuie Windon Twin Thermostatic Valve With Diverter - Brushed Brass
91287 nuie Aztec Twin Thermostatic Concealed Shower Valve with Diverter - 2 Outlet - Matt Black
91291 nuie Aztec Twin Thermostatic Concealed Shower Valve with Diverter - 2 Outlet - Brushed Brass