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 (
    89076, 90546, 84522, 84523, 84588, 84589, 
    85360, 89817, 89869, 89941, 91507, 
    83082, 83610, 86143, 86166, 86500, 
    86659, 86728, 86776, 89069, 90921, 
    91000, 84337, 85315
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00075

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.97"
    },
    "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": "10.57",
        "eval_cost": "2.40",
        "prefix_cost": "12.97",
        "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 (89076,90546,84522,84523,84588,84589,85360,89817,89869,89941,91507,83082,83610,86143,86166,86500,86659,86728,86776,89069,90921,91000,84337,85315)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
83082 nuie Arno 800mm Floor Standing 2-Drawer Vanity & Minimalist Basin - Satin Green
83610 nuie Athena Floor Standing 2 Drawer Vanity With Minimalist 1 Tap Hole Ceramic Basin 800mm - Gloss Grey
84337 Hudson Reed Fusion 1200mm Vanity Unit & Basin Compact - Gloss White
84522 Hudson Reed Fusion Floor Standing 2 Door Vanity Unit & Polymarble Basin 800mm - Anthracite Woodgrain
84523 Hudson Reed Fusion Floor Standing 2 Door Vanity Unit & Ceramic Basin 800mm - Anthracite Woodgrain
84588 Hudson Reed Fusion Floor Standing 2 Door Vanity Unit & Polymarble Basin 800mm - Hacienda Black
84589 Hudson Reed Fusion Floor Standing 2 Door Vanity Unit & Ceramic Basin 800mm - Hacienda Black
85315 nuie Deco 800mm Wall Hung 2-Drawer Vanity & Mid-Edge Basin - Satin Anthracite
85360 nuie Deco 1200mm Wall Hung 2-Drawer Vanity & Worktop - Satin White
86143 Hudson Reed Havana Wall Hung 2 Drawer Vanity Basin Unit & Minimalist Ceramic Basin, 800mm - Graphite Grey
86166 Hudson Reed Havana Wall Hung 2 Drawer Vanity Basin Unit & Minimalist Ceramic Basin, 800mm - Coastal Grey
86500 Hudson Reed Juno 1200mm Wall Hung 4-Door Vanity & Worktop - Autumn Oak
86659 Hudson Reed Juno 800mm Wall Hung 2-Drawer Vanity & Minimalist 1 Tap Hole Basin - Graphite Grey
86728 Hudson Reed Juno 800mm Wall Hung 2-Drawer Vanity & Minimalist 1 Tap Hole Basin - Coastal Grey
86776 Hudson Reed Juno Wall Hung 4 Door Vanity Unit & Colour Match Worktop, 1200mm - Metallic Slate
89069 Hudson Reed Quartet Wall Hung 2 Drawer Cabinet with Polymarble Basin 720mm - Gloss White
89076 Hudson Reed Quartet Wall Hung 2 Drawer Cabinet with Sparkling White Worktop 720mm - Gloss Grey
89817 Hudson Reed Urban Floor Standing 2 Door 1 Drawer Vanity Unit with Minimalist Basin 800mm - Satin Grey
89869 Hudson Reed Urban Floor Standing 2 Door 1 Drawer Vanity Unit with Minimalist Basin 800mm - Satin Blue
89941 Hudson Reed Urban 800mm Floor Standing 2-Door/Drawer Unit and Minimalist Basin 1 Tap Hole - Satin Green
90546 Nuie Arno 1200mm Floor Standing 4 Door Vanity & Worktop - Gloss White
90921 nuie Arno Floor Standing 2 Drawer Vanity & Minimalist Ceramic Basin, 800mm - Satin Anthracite
91000 nuie Arno Floor Standing 2 Drawer Vanity & Minimalist Ceramic Basin, 800mm - Satin Grey
91507 Hudson Reed Urban Floor Standing 2 Door Vanity & Minimalist Ceramic Basin, 800mm - Satin Anthracite