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 (
    85336, 85324, 85421, 85472, 85523, 83062, 
    83615, 90898, 90977, 89744, 89745, 
    85370, 83228, 83229, 83230, 83231, 
    82842, 82915, 82988, 83472, 83480, 
    87312, 87313, 87324
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00088

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 (85336,85324,85421,85472,85523,83062,83615,90898,90977,89744,89745,85370,83228,83229,83230,83231,82842,82915,82988,83472,83480,87312,87313,87324)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82842 nuie Arno 800mm Wall Hung 1-Drawer Vanity & Mid-Edge Basin - Solace Oak
82915 nuie Arno 800mm Wall Hung 1-Drawer Vanity & Mid-Edge Basin - Anthracite
82988 nuie Arno 800mm Wall Hung 1-Drawer Vanity & Mid-Edge Basin - Charcoal Black
83062 nuie Arno 800mm Wall Hung 1-Drawer Vanity & Minimalist Basin - Satin Green
83228 nuie Athena Wall Hung 2 Drawer Vanity with Ceramic Mid-Edge Basin and Handle 500mm - Gloss White/Matt Black
83229 nuie Athena Wall Hung 2 Drawer Vanity with Ceramic Mid-Edge Basin and Handle 500mm - Gloss White/Brushed Brass
83230 nuie Athena Wall Hung 2 Drawer Vanity with Ceramic Mid-Edge Basin and Handle 500mm - Gloss White/Matt Black
83231 nuie Athena Wall Hung 2 Drawer Vanity with Ceramic Mid-Edge Basin and Handle 500mm - Gloss White/Chrome
83472 nuie Athena Wall Hung Single Drawer Vanity With Mid-Edge 1 Tap Hole Ceramic Basin 800mm - Anthracite Woodgrain
83480 nuie Athena Wall Hung Single Drawer Vanity With Mid-Edge 1 Tap Hole Ceramic Basin 800mm - Hacienda Black
83615 nuie Athena Wall Hung Single Drawer Vanity With Minimalist 1 Tap Hole Ceramic Basin 800mm - Gloss Grey
85324 nuie Deco 800mm Wall Hung Single Drawer Vanity & Minimalist Basin - Satin Anthracite
85336 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Minimalist Basin - Satin White
85370 nuie Deco 800mm Wall Hung Single Drawer Vanity & Minimalist Basin - Satin White
85421 nuie Deco 800mm Wall Hung Single Drawer Vanity & Minimalist Basin - Satin Grey
85472 nuie Deco 800mm Wall Hung Single Drawer Vanity & Minimalist Basin - Satin Blue
85523 nuie Deco 800mm Wall Hung Single Drawer Vanity & Minimalist Basin - Satin Green
87312 nuie Lunar Wall Hung 1 Drawer Unit & Polymarble Basin, 600mm - Satin Anthracite
87313 nuie Lunar Wall Hung 1 Drawer Unit & Ceramic Basin, 600mm - Satin Anthracite
87324 nuie Lunar Wall Hung 1 Drawer Unit & Polymarble Basin, 600mm - Satin Grey
89744 Hudson Reed Urban Wall Hung 2 Drawer Vanity Unit with Mid-Edge Basin 500mm - Satin White
89745 Hudson Reed Urban Wall Hung 2 Drawer Vanity Unit with Minimalist Basin 500mm - Satin White
90898 nuie Arno Wall Hung 1 Drawer Vanity & Minimalist Ceramic Basin, 800mm - Satin Anthracite
90977 nuie Arno Wall Hung 1 Drawer Vanity & Minimalist Ceramic Basin, 800mm - Satin Grey