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 (
    83611, 83612, 90922, 90923, 91001, 91002, 
    87292, 87293, 89816, 89868, 89940, 
    91506, 85848, 85849, 85858, 85859, 
    83081, 83609, 90920, 90999, 89997, 
    90004, 86471, 86472
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00071

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 (83611,83612,90922,90923,91001,91002,87292,87293,89816,89868,89940,91506,85848,85849,85858,85859,83081,83609,90920,90999,89997,90004,86471,86472)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
83081 nuie Arno 800mm Floor Standing 2-Drawer Vanity & Mid-Edge Basin - Satin Green
83609 nuie Athena Floor Standing 2 Drawer Vanity With Mid-Edge 1 Tap Hole Ceramic Basin 800mm - Gloss Grey
83611 nuie Athena Floor Standing 2 Drawer Vanity With Thin-Edge 1 Tap Hole Ceramic Basin 800mm - Gloss Grey
83612 nuie Athena Floor Standing 2 Drawer Vanity With Curved 1 Tap Hole Ceramic Basin 800mm - Gloss Grey
85848 nuie Parade Floor Standing 2 Drawer Vanity Basin Unit & Polymarble Basin, 600mm - Satin Anthracite
85849 nuie Parade Floor Standing 2 Drawer Vanity Basin Unit & Ceramic Basin, 600mm - Satin Anthracite
85858 nuie Parade Floor Standing 2 Drawer Vanity Basin Unit & Polymarble Basin, 600mm - Satin Green
85859 nuie Parade Floor Standing 2 Drawer Vanity Basin Unit & Ceramic Basin, 600mm - Satin Green
86471 Hudson Reed Juno 800mm Floor Standing 2-Door Vanity & Thin-Edge 1 Tap Hole Basin - Autumn Oak
86472 Hudson Reed Juno 800mm Floor Standing 2-Door Vanity & Curved 1 Tap Hole Basin - Autumn Oak
87292 nuie Lunar Floor Standing 2 Drawer Unit & Polymarble Basin, 600mm - Satin White
87293 nuie Lunar Floor Standing 2 Drawer Unit & Ceramic Basin, 600mm - Satin White
89816 Hudson Reed Urban Floor Standing 2 Door 1 Drawer Vanity Unit with Mid-Edge Basin 800mm - Satin Grey
89868 Hudson Reed Urban Floor Standing 2 Door 1 Drawer Vanity Unit with Mid-Edge Basin 800mm - Satin Blue
89940 Hudson Reed Urban 800mm Floor Standing 2-Door/Drawer Unit and Mid-Edge Basin 1 Tap Hole - Satin Green
89997 nuie Eden Floor Standing 3 Door 2 Drawer Vanity Unit with Mid-Edge Basin 1000mm - Gloss White
90004 nuie Eden Floor Standing 3 Door 2 Drawer Vanity Unit with Minimalist Basin 1000mm - Gloss White
90920 nuie Arno Floor Standing 2 Drawer Vanity & Mid-Edge Ceramic Basin, 800mm - Satin Anthracite
90922 nuie Arno Floor Standing 2 Drawer Vanity & Thin-Edge Ceramic Basin, 800mm - Satin Anthracite
90923 nuie Arno Floor Standing 2 Drawer Vanity & Curved Ceramic Basin, 800mm - Satin Anthracite
90999 nuie Arno Floor Standing 2 Drawer Vanity & Mid-Edge Ceramic Basin, 800mm - Satin Grey
91001 nuie Arno Floor Standing 2 Drawer Vanity & Thin-Edge Ceramic Basin, 800mm - Satin Grey
91002 nuie Arno Floor Standing 2 Drawer Vanity & Curved Ceramic Basin, 800mm - Satin Grey
91506 Hudson Reed Urban Floor Standing 2 Door Vanity & Mid-Edge Ceramic Basin, 800mm - Satin Anthracite