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 (
    87340, 87341, 89818, 89819, 89870, 89871, 
    89942, 89943, 91508, 91509, 83083, 
    83084, 83611, 83612, 90922, 90923, 
    91001, 91002, 87292, 87293, 89816, 
    89868, 89940, 91506, 85848, 85849, 
    85858, 85859, 83081, 83609
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00082

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 (87340,87341,89818,89819,89870,89871,89942,89943,91508,91509,83083,83084,83611,83612,90922,90923,91001,91002,87292,87293,89816,89868,89940,91506,85848,85849,85858,85859,83081,83609)) 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
83083 nuie Arno 800mm Floor Standing 2-Drawer Vanity & Thin-Edge Basin - Satin Green
83084 nuie Arno 800mm Floor Standing 2-Drawer Vanity & Curved 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
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
87340 nuie Lunar Floor Standing 2 Drawer Unit & Polymarble Basin, 600mm - Satin Green
87341 nuie Lunar Floor Standing 2 Drawer Unit & Ceramic Basin, 600mm - Satin Green
89816 Hudson Reed Urban Floor Standing 2 Door 1 Drawer Vanity Unit with Mid-Edge Basin 800mm - Satin Grey
89818 Hudson Reed Urban Floor Standing 2 Door Vanity Unit with Thin-Edge Basin 800mm - Satin Grey
89819 Hudson Reed Urban Floor Standing 2 Door Vanity Unit with Curved Basin 800mm - Satin Grey
89868 Hudson Reed Urban Floor Standing 2 Door 1 Drawer Vanity Unit with Mid-Edge Basin 800mm - Satin Blue
89870 Hudson Reed Urban Floor Standing 2 Door Vanity Unit with Thin-Edge Basin 800mm - Satin Blue
89871 Hudson Reed Urban Floor Standing 2 Door Vanity Unit with Curved Basin 800mm - Satin Blue
89940 Hudson Reed Urban 800mm Floor Standing 2-Door/Drawer Unit and Mid-Edge Basin 1 Tap Hole - Satin Green
89942 Hudson Reed Urban 800mm Floor Standing 2-Door/Drawer Unit and Thin-Edge Basin 1 Tap Hole - Satin Green
89943 Hudson Reed Urban 800mm Floor Standing 2-Door/Drawer Unit and Curved Basin 1 Tap Hole - Satin Green
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
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
91508 Hudson Reed Urban Floor Standing 2 Door Vanity & Thin-Edge Ceramic Basin, 800mm - Satin Anthracite
91509 Hudson Reed Urban Floor Standing 2 Door Vanity & Curved Ceramic Basin, 800mm - Satin Anthracite