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 (
    92445, 92446, 92447, 87653, 87667, 87674, 
    87681, 87702, 87710, 87711, 87724, 
    87725, 90126, 90129, 82360, 91901, 
    91902, 91903, 92345, 92347, 92348, 
    92146, 84702, 84705
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00049

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 (92445,92446,92447,87653,87667,87674,87681,87702,87710,87711,87724,87725,90126,90129,82360,91901,91902,91903,92345,92347,92348,92146,84702,84705)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82360 nuie Showers Rail Kits Slide Rail Kit - Gunmetal
84702 Classique Components Fireclay Classic Basin 1 Tap Hole, 500mm - White
84705 Classique Components Fireclay Classic Basin 3 Tap Hole, 500mm - White
87653 Hudson Reed 1800mm Straight Bath Front Panel & Plinth - Autumn Oak
87667 Hudson Reed 1800mm Straight Bath Front Panel & Plinth - Graphite Grey
87674 Hudson Reed 1800mm Straight Bath Front Panel & Plinth - Coastal Grey
87681 Hudson Reed Havana Straight Shower Bath Front Panel & Plinth, 1800mm - Metallic Slate
87702 nuie 1800mm Straight Front Panel & Plinth - Solace Oak Woodgrain
87710 Hudson Reed Fusion Bath Front Panel 1800mm - Anthracite Woodgrain
87711 nuie 1800mm Straight Front Panel & Plinth - Anthracite Woodgrain
87724 Hudson Reed Fusion Bath Front Panel 1800mm - Hacienda Black
87725 nuie 1800mm Straight Front Panel & Plinth - Charcoal Black Woodgrain
90126 Hudson Reed Fusion Fitted Laminate Worktop - Black Sparkle
90129 Hudson Reed Fusion Fitted Laminate Worktop - White Sparkle
91901 BC Designs Victrion Double Corner Shower Basket - Copper
91902 BC Designs Victrion Double Corner Shower Basket - Gold
91903 BC Designs Victrion Double Corner Shower Basket - Nickel
92146 BC Designs Standpipes Traditional Cast Freestanding Bath Legs - 660mm x 40mm - Chrome
92345 BC Designs Victrion Double Corner Shower Basket - Brushed Chrome
92347 BC Designs Victrion Double Corner Shower Basket - Brushed Gold
92348 BC Designs Victrion Double Corner Shower Basket - Brushed Nickel
92445 BC Designs Push Down Concealed Bath Waste - Black Silk
92446 BC Designs Push Down Concealed Bath Waste - Copper
92447 BC Designs Push Down Concealed Bath Waste - White