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 (
    87796, 88395, 88585, 90266, 90273, 91968, 
    86360, 86887, 90844, 92383, 92384, 
    92385, 92386, 92387, 92388, 92389, 
    84242, 84289, 88584, 91889, 91890, 
    91891, 92333, 92334, 92335, 92336, 
    82555, 85581, 86888, 82553
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00072

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 (87796,88395,88585,90266,90273,91968,86360,86887,90844,92383,92384,92385,92386,92387,92388,92389,84242,84289,88584,91889,91890,91891,92333,92334,92335,92336,82555,85581,86888,82553)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82553 nuie Wall-Mounted Arm - Chrome
82555 Hudson Reed Fixed Shower Heads Wall-Mounted Arm - Chrome
84242 nuie Athena Straight End Panel & Plinth 700mm - White
84289 nuie Shower Accessories Douche Spray Kit - Chrome
85581 Basin Bottle Trap
86360 nuie Heating Accessories Corner Radiator Valve Pack (Pairs) - Chrome
86887 nuie Legend Soft Close Wooden Toilet Seat - White
86888 Traditional Toilet Roll Holder
87796 nuie Athena Furniture Worktop 600mm - Hacienda Black
88395 Hudson Reed Toilet Seats Traditional Toilet Seat Plastic Hinges - White
88584 Hudson Reed Fusion Bath End Panel & Plinth 700mm - Gloss White
88585 Hudson Reed Fusion Bath End Panel & Plinth 750mm - Gloss White
90266 Hudson Reed Wetroom Wall Channel 1950mm Black - Matt Black
90273 Hudson Reed Wetroom Wall Channel 1950mm Brass - Brushed Brass
90844 nuie Pacific Enclosure Screw Cover Kit Chrome, 1850mm - Chrome
91889 BC Designs Victrion Open Toilet Roll Holder - Copper
91890 BC Designs Victrion Open Toilet Roll Holder - Gold
91891 BC Designs Victrion Open Toilet Roll Holder - Nickel
91968 BC Designs Victrion Ceiling Mounted Shower Arm - Chrome
92333 BC Designs Victrion Toilet Roll Holder - Brushed Chrome
92334 BC Designs Victrion Toilet Roll Holder - Brushed Copper
92335 BC Designs Victrion Toilet Roll Holder - Brushed Gold
92336 BC Designs Victrion Toilet Roll Holder - Brushed Nickel
92383 BC Designs Lever Handle for Close Coupled/Low Level Cistern - Brushed Chrome/White
92384 BC Designs Lever Handle for Close Coupled/Low Level Cistern - Brushed Copper/White
92385 BC Designs Lever Handle for Close Coupled/Low Level Cistern - Brushed Gold/White
92386 BC Designs Lever Handle for Close Coupled/Low Level Cistern - Brushed Nickel/White
92387 BC Designs Lever Handle for Close Coupled/Low Level Cistern - Copper/White
92388 BC Designs Lever Handle for Close Coupled/Low Level Cistern - Gold/White
92389 BC Designs Lever Handle for Close Coupled/Low Level Cistern - Nickel/White