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 (
    91876, 82387, 85040, 85563, 86332, 91312, 
    91314, 91316, 86077, 86078, 88929, 
    90263, 90270, 82434, 85545, 88858, 
    88859, 90817, 90818, 90269, 90275, 
    92357, 85568, 90265
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00076

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 (91876,82387,85040,85563,86332,91312,91314,91316,86077,86078,88929,90263,90270,82434,85545,88858,88859,90817,90818,90269,90275,92357,85568,90265)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82387 nuie Shower Accessories Three Function Handset - Chrome
82434 nuie Ceramics Accessories Basin Fixing Bolts (Pair)
85040 nuie Accessories L-Shaped Bamboo Drawer Organiser - Bamboo
85545 nuie Wastes & Extras Bath Waste - Chrome
85563 nuie Ceramics Accessories Metal Universal Lever - Chrome
85568 nuie Wastes & Extras Basin Waste - Chrome
86077 nuie Ella Rounded Handle - Chrome
86078 nuie Ella Square Handle - Chrome
86332 nuie Shower Accessories Easy-Clean Handset - Chrome
88858 nuie Ceramics Accessories Overflow Cover - Chrome
88859 nuie Carlton Overflow Cover - Chrome
88929 nuie Ceramics Accessories Pan Fixing Kit
90263 nuie Wetroom Screen Support Foot - Polished Chrome
90265 Hudson Reed Wetroom Screen Horseshoe Support - Polished Chrome
90269 Hudson Reed Wetroom Screen Horseshoe Support Foot - Matt Black
90270 nuie Black Wetroom Foot and Wall Bracket - Matt Black
90275 Hudson Reed Wetroom Screen Horseshoe Support - Brushed Brass
90817 Hudson Reed Chancery Chrome Overflow Cover
90818 Oval Chrome Overflow Cover - Chrome
91312 Hudson Reed Wetroom Screen Accessories Support Arm T Piece, 19mm x 53mm x 53mm - Chrome
91314 Hudson Reed Wetroom Screen Accessories Support Arm T Piece, 19mm x 53mm x 53mm - Matt Black
91316 Hudson Reed Wetroom Screen Accessories Support Arm T Piece, 19mm x 53mm x 53mm - Brushed Brass
91876 BC Designs Victrion Double Robe Hook - Chrome
92357 BC Designs Victrion Overflow Basin Grill - Chrome