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 (
    84038, 88935, 88934, 83131, 90084, 89647, 
    89642, 89644, 90110, 92042, 92058, 
    92074, 92130, 85534, 90090, 90100, 
    83105, 84111, 88930, 90107, 90080, 
    89526, 90064, 89641
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00075

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 (84038,88935,88934,83131,90084,89647,89642,89644,90110,92042,92058,92074,92130,85534,90090,90100,83105,84111,88930,90107,90080,89526,90064,89641)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
83105 nuie Arvan Deck Mounted 3 Tap Hole Basin Mixer With Pop Up Waste - Chrome
83131 nuie Arvan Wall Mounted 2 Tap Hole Basin Mixer With Plate - Brushed Brass
84038 Old London Brass Topaz With Crosshead Handle 3 Tap Hole Wall Mounted Basin Mixer - Brushed Brass
84111 nuie Binsey Deck Mounted 3 Tap Hole Basin Mixer With Pop Up Waste - Chrome
85534 Hudson Reed Drift Tall Mono Basin Mixer - Chrome
88930 Hudson Reed Tec Single Lever Wall Mounted Basin Bath Filler - Chrome
88934 Hudson Reed Tec Single Lever High Rise Mixer - Chrome
88935 Hudson Reed Tec Single Lever Wall Mounted Basin Bath Filler - Matt Black
89526 Hudson Reed Sottile Wall Plated Single Lever Basin Mixer - Chrome
89641 Hudson Reed Revolution Mono Basin Mixer - Chrome
89642 Hudson Reed Revolution Wall Mounted Basin Mixer - Chrome
89644 Hudson Reed Revolution 3 Tap Hole Basin Mixer - Chrome
89647 Hudson Reed Revolution Mono Basin Mixer - Matt Black
90064 Hudson Reed Willow Wall Plated Single Lever Basin Mixer - Chrome
90080 nuie Windon Wall Mounted 2 Tap Hole Basin Mixer With Plate - Chrome
90084 nuie Windon Wall Mounted 3 Tap Hole Basin Mixer With Plate - Chrome
90090 nuie Windon Wall Mounted 2 Tap Hole Basin Mixer With Plate - Matt Black
90100 nuie Windon Wall Mounted 2 Tap Hole Basin Mixer With Plate - Gunmetal
90107 nuie Windon Mono Basin Mixer With Push Button Waste - Brushed Brass
90110 nuie Windon High-Rise Mono Basin Mixer (No Waste) - Brushed Brass
92042 BC Designs Victrion Deck Mounted Crosshead 3 Tap Hole Basin Mixer Tap - Chrome
92058 BC Designs Victrion Wall Mount Crosshead 3 Tap Hole Basin Filler Tap - Chrome
92074 BC Designs Victrion Wall Mount Lever 3 Tap Hole Basin Filler Tap - Chrome
92130 BC Designs Victrion Deck Mounted Lever 3 Tap Hole Basin Mixer Tap - Chrome