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 (
    85642, 85582, 86901, 90023, 90039, 90055, 
    91840, 91841, 91842, 91843, 91845, 
    91846, 91847, 87581, 87596, 87611, 
    88150, 88152, 88792, 86891, 87657, 
    87671, 87678, 87685
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00058

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 (85642,85582,86901,90023,90039,90055,91840,91841,91842,91843,91845,91846,91847,87581,87596,87611,88150,88152,88792,86891,87657,87671,87678,87685)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
85582 Exposed Retainer Bath Waste
85642 Low Level Flush Pipe Pack
86891 Traditional Gallery Shelf
86901 Wirework Large 2 Tier Corner Basket
87581 Hudson Reed Urban L-Shape Square Shower Bath End Panel 700mm - Satin White
87596 Hudson Reed Urban L-Shape Square Shower Bath End Panel 700mm - Satin Grey
87611 Hudson Reed Urban L-Shape Square Shower Bath End Panel 700mm - Satin Blue
87657 Hudson Reed 700mm L Shape Square Shower Bath End Panel - Autumn Oak
87671 Hudson Reed 700mm L Shape Square Shower Bath End Panel - Graphite Grey
87678 Hudson Reed 700mm L Shape Square Shower Bath End Panel - Coastal Grey
87685 Hudson Reed Havana Square L Shape Shower Bath End Panel & Plinth, 700mm - Metallic Slate
88150 Hudson Reed 700mm L Shape Square Shower Bath End Panel - Satin Anthracite
88152 Hudson Reed 700mm L Shape Square Shower Bath End Panel - Satin Green
88792 Hudson Reed Fusion Bath End Panel & Plinth 700mm - Gloss Grey
90023 nuie Bath Panels B-Shape Shower Bath End Panel 750mm - White
90039 nuie Bath Panels P-Shape Shower Bath End Panel 700mm - White
90055 nuie Bath Panels L-Shape Shower Bath End Panel 700mm - White
91840 BC Designs Victrion Dog Bone Toilet Roll Holder with Back Plate - Brushed Chrome
91841 BC Designs Victrion Dog Bone Toilet Roll Holder with Back Plate - Brushed Copper
91842 BC Designs Victrion Dog Bone Toilet Roll Holder with Back Plate - Brushed Gold
91843 BC Designs Victrion Dog Bone Toilet Roll Holder with Back Plate - Brushed Nickel
91845 BC Designs Victrion Dog Bone Toilet Roll Holder with Back Plate - Copper
91846 BC Designs Victrion Dog Bone Toilet Roll Holder with Back Plate - Gold
91847 BC Designs Victrion Dog Bone Toilet Roll Holder with Back Plate - Nickel