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 (
    86227, 84122, 82447, 89402, 89404, 91284, 
    89403, 89331, 82403, 82410, 82424, 
    89265, 89330, 89264, 86817, 89368, 
    89268, 89367, 89308, 91920, 91928, 
    89267, 86818, 86820, 89591, 89592, 
    86226, 89295, 86237, 89332
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00075

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 (86227,84122,82447,89402,89404,91284,89403,89331,82403,82410,82424,89265,89330,89264,86817,89368,89268,89367,89308,91920,91928,89267,86818,86820,89591,89592,86226,89295,86237,89332)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82403 nuie Shower Kits Slide Rail Kit - Matt Black
82410 nuie Shower Kits Square Slider Rail Kit with Elbow - Gunmetal
82424 nuie Shower Kits Slide Rail Kit - Brushed Brass
82447 nuie Traditional Twin Exposed Shower Valve - Chrome/ White
84122 nuie Binsey Twin Thermostatic Valve - Chrome
86226 Hudson Reed Fixed Shower Heads Fixed Head - Chrome
86227 Hudson Reed Fixed Shower Heads Ceiling Mounted Head & Arm - Chrome
86237 Hudson Reed Fixed Shower Heads Ceiling Tile Fixed Head - Chrome
86817 nuie Shower Kits Thermostatic Bar Shower With Kit - Chrome
86818 nuie Shower Kits Round Thermostatic Bar Valve & Shower Kit - Matt Black
86820 nuie Shower Kits Round Thermostatic Bar Valve & Shower Kit - Gunmetal
89264 nuie Thermostatic Round Bar Valve & Single Function Slide Rail Shower Kit - Chrome
89265 nuie Thermostatic Round Bar Valve & Multi Function Slide Rail Shower Kit - Chrome
89267 nuie Thermostatic Round Bar Valve & Multi Function Slide Rail Shower Kit - Chrome
89268 nuie Thermostatic Round Bar Valve & Multi Function Slide Rail Shower Kit - Chrome
89295 nuie Binsey Manual Concealed Twin Round Valve with Diverter, Slide Rail Kit with Multi Function Handset & Outlet Elbow Wall Mount Shower Arm & Round Fixed Head Shower Kit - Chrome
89308 nuie Thermostatic Round Bar Valve & Multi Function Slide Rail Shower Kit - Chrome
89330 nuie Reef Thermostatic Bath Shower Mixer & Single Function Slide Rail Shower Kit - Chrome
89331 nuie Reef Thermostatic Bath Shower Mixer & Multi Function Slide Rail Shower Kit - Chrome
89332 nuie Reef Thermostatic Bath Shower Mixer & Multi Function Slide Rail Shower Kit - Chrome
89367 nuie Thermostatic Square Bar Valve & Single Function Slide Rail Shower Kit - Chrome
89368 nuie Thermostatic Square Bar Valve & Single Function Slide Rail Shower Kit - Chrome
89402 nuie Traditional Manual Concealed Valve & Single Function Slider Rail Kit & Outlet Elbow - Chrome/White
89403 nuie Traditional Manual Concealed Valve, Wall Mount Shower Arm and Round Fixed Head Shower Kit - Chrome/White
89404 nuie Traditional Manual Exposed Valve & Single Function Slider Rail Kit & Outlet Elbow - Chrome/White
89591 nuie Shower Heads Round LED Fixed Head - Chrome
89592 nuie Shower Heads Square LED Fixed Head - Chrome
91284 nuie Aztec Twin Thermostatic Concealed Shower Valve - 1 Outlet - Chrome
91920 BC Designs Victrion Single Outlet Twin Thermostatic Exposed Valve - Chrome
91928 BC Designs Victrion Two Outlet Triple Thermostatic Concealed Valve - Chrome