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 (
    88059, 88060, 88702, 88749, 89985, 87945, 
    89986, 88041, 86860, 87940, 87942, 
    87964, 90328, 90332, 90335, 90336, 
    90343, 90344, 88029, 88018, 88021, 
    88799, 88006, 88013
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00057

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 (88059,88060,88702,88749,89985,87945,89986,88041,86860,87940,87942,87964,90328,90332,90335,90336,90343,90344,88029,88018,88021,88799,88006,88013)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
86860 nuie Deco 600mm Laminate Worktop - Bellato Grey
87940 Old London Chancery 500mm Basin 1 Tap Hole
87942 Hudson Reed Chancery Small Cloakroom Basin 2 Tap Hole
87945 nuie Asselby 600mm Medium Basin 1 Tap Hole
87964 Nuie 550mm Basin 1 Tap Hole
88006 nuie Harmony 500mm Basin 1 Tap Hole
88013 nuie Melbourne Large Basin 1 Tap Hole
88018 <p>nuie Ivo Large Basin 1 Tap Hole</p>
88021 nuie Ivo 550 Basin 2 Tap Hole
88029 nuie Legend Cistern Including Chrome Handle
88041 Old London Richmond Comfort Height Full Pedestal
88059 Old London Richmond 500mm Basin 2 Tap Hole
88060 Old London Richmond 500mm Basin 1 Tap Hole
88702 Hudson Reed Fusion Fitted Decorative End Panel - Anthracite Woodgrain
88749 Hudson Reed Fusion Fitted Decorative End Panel - Hacienda Black
88799 Hudson Reed Fusion Fitted Plinth 2000mm - Gloss Grey
89985 BC Designs Victrion Pedestal (640mm Basin) - White
89986 BC Designs Victrion Pedestal (540mm Basin) - White
90328 nuie Ceramics Accessories Universal Access Cistern & Chrome Square Flush Plate - Chrome
90332 nuie Ceramics Accessories Universal Access Cistern & Chrome Traditional Flush Plate
90335 nuie Ceramics Accessories Universal Access Cistern & Chrome Square Flush Plate
90336 nuie Ceramics Accessories Universal Access Cistern & Chrome Square Flush Plate
90343 nuie Ceramics Accessories Universal Access Cistern & Chrome Traditional Flush Plate
90344 nuie Ceramics Accessories Universal Access Cistern & Chrome Traditional Flush Plate