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 (
    91929, 91930, 91931, 91932, 91933, 91934, 
    91935, 89378, 82371, 89433, 89434, 
    89296, 89391, 89393, 89406, 89408, 
    89407, 90843, 82421, 89441, 89302, 
    82399, 86848, 82414
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00096

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 (91929,91930,91931,91932,91933,91934,91935,89378,82371,89433,89434,89296,89391,89393,89406,89408,89407,90843,82421,89441,89302,82399,86848,82414)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82371 nuie Shower Kits Rigid Riser Kit - Chrome
82399 Hudson Reed Tec Pura Triple Thermostatic Shower Valve With Diverter - Matt Black
82414 Hudson Reed Tec Pura Triple Thermostatic Shower Valve - Brushed Brass
82421 Hudson Reed Shower Kits Traditional Thermostatic Shower Valve & Kit - Brushed Brass
86848 Hudson Reed Tec Crosshead Triple Thermostatic Shower Valve With Diverter - Matt Black
89296 nuie Thermostatic 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
89302 nuie Arvan Thermostatic Concealed Triple Round Valve, Slide Rail Kit with Multi Function Handset & Outlet Elbow Wall Mount Shower Arm & Round Fixed Head Shower Kit - Chrome
89378 Hudson Reed Twin Exposed Valve & Slide Rail Kit - Chrome
89391 nuie Victorian Traditional Twin Exposed Valve & Single Function Slide Rail Shower Kit - Chrome/White
89393 nuie Edwardian Traditional Twin Exposed Valve & Single Function Slide Rail Shower Kit - Chrome/White
89406 nuie Victorian Traditional Thermostatic Concealed Twin Valve & Single Function Slider Rail Kit & Outlet Elbow - Chrome/White
89407 nuie Victorian Traditional Thermostatic Concealed Twin Valve, Wall Mount Shower Arm and Round Fixed Head Shower Kit - Chrome/White
89408 nuie Edwardian Traditional Thermostatic Concealed Twin Valve & Single Function Slider Rail Kit & Outlet Elbow - Chrome/White
89433 Hudson Reed Industrial Valves Triple Valve with Diverter - Matt Black
89434 Hudson Reed Industrial Valves Triple Valve - Brushed Brass
89441 Hudson Reed Industrial Valves Twin Valve with Diverter - Brushed Brass
90843 nuie Edwardian Traditional Thermostatic Concealed Twin Valve, Wall Mount Shower Arm and Round Fixed Head Shower Kit - Chrome/White
91929 BC Designs Victrion Two Outlet Triple Thermostatic Concealed Valve - Brushed Chrome
91930 BC Designs Victrion Two Outlet Triple Thermostatic Concealed Valve - Brushed Copper
91931 BC Designs Victrion Two Outlet Triple Thermostatic Concealed Valve - Brushed Gold
91932 BC Designs Victrion Two Outlet Triple Thermostatic Concealed Valve - Brushed Nickel
91933 BC Designs Victrion Two Outlet Triple Thermostatic Concealed Valve - Copper
91934 BC Designs Victrion Two Outlet Triple Thermostatic Concealed Valve - Gold
91935 BC Designs Victrion Two Outlet Triple Thermostatic Concealed Valve - Nickel