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 (
    91314, 91316, 86077, 86078, 88929, 90263, 
    90270, 82434, 85545, 88858, 88859, 
    90817, 90818, 90269, 90275, 92357, 
    85568, 90265, 85041, 85544, 84237, 
    85548, 85558, 82388, 82365, 84752, 
    92593, 92594, 92595, 92596
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00087

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.52"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "10.52",
        "eval_cost": "3.00",
        "prefix_cost": "13.52",
        "data_read_per_join": "114K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (91314,91316,86077,86078,88929,90263,90270,82434,85545,88858,88859,90817,90818,90269,90275,92357,85568,90265,85041,85544,84237,85548,85558,82388,82365,84752,92593,92594,92595,92596)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82365 nuie Shower Accessories Outlet Elbow - Chrome
82388 nuie Shower Accessories Wall Bracket - Chrome
82434 nuie Ceramics Accessories Basin Fixing Bolts (Pair)
84237 nuie Bath Panels Bath Panel Clips - Pack of 6
84752 nuie Shower Accessories Universal Hose Retainer - Chrome
85041 nuie Accessories Straight Bamboo Drawer Organiser - Bamboo
85544 nuie Wastes & Extras Basin Waste - Chrome
85545 nuie Wastes & Extras Bath Waste - Chrome
85548 nuie Wastes & Extras Bath Plug And Chain - Chrome
85558 nuie Wastes & Extras Basin Plug And Chain - Chrome
85568 nuie Wastes & Extras Basin Waste - Chrome
86077 nuie Ella Rounded Handle - Chrome
86078 nuie Ella Square Handle - 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
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
92357 BC Designs Victrion Overflow Basin Grill - Chrome
92593
92594
92595
92596