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 (
    85486, 85487, 89782, 89783, 91065, 91066, 
    84536, 84537, 84602, 84603, 82590, 
    83349, 89035, 85330, 85427, 85478, 
    85529, 86497, 86498, 86773, 86774, 
    89780, 89830, 89831
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00064

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 (85486,85487,89782,89783,91065,91066,84536,84537,84602,84603,82590,83349,89035,85330,85427,85478,85529,86497,86498,86773,86774,89780,89830,89831)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82590 nuie Arno 600mm Wall Hung 1-Drawer Vanity & Mid-Edge Basin - Gloss White
83349 nuie Athena Wall Hung Single Drawer Vanity With Mid-Edge 1 Tap Hole Ceramic Basin 600mm - Gloss White
84536 Hudson Reed Fusion Wall Hung 4 Door Vanity Unit & Polymarble Basin Compact 1200mm - Anthracite Woodgrain
84537 Hudson Reed Fusion Wall Hung 2 Door Vanity Unit & Ceramic Basin 600mm - Anthracite Woodgrain
84602 Hudson Reed Fusion Wall Hung 4 Door Vanity Unit & Polymarble Basin Compact 1200mm - Hacienda Black
84603 Hudson Reed Fusion Wall Hung 2 Door Vanity Unit & Ceramic Basin 600mm - Hacienda Black
85330 nuie Deco 800mm Wall Hung Single Drawer Vanity & Worktop - Satin Anthracite
85427 nuie Deco 800mm Wall Hung Single Drawer Vanity & Worktop - Satin Grey
85478 nuie Deco 800mm Wall Hung Single Drawer Vanity & Worktop - Satin Blue
85486 nuie Deco 500mm Wall Hung Single Drawer Vanity & Thin-Edge Basin - Satin Green
85487 nuie Deco 500mm Wall Hung Single Drawer Vanity & Curved Basin - Satin Green
85529 nuie Deco 800mm Wall Hung Single Drawer Vanity & Worktop - Satin Green
86497 Hudson Reed Juno 600mm Wall Hung 2-Door Vanity & Laminate Top - Autumn Oak
86498 Hudson Reed Juno 600mm Wall Hung 2-Door Vanity & Laminate Top - Autumn Oak
86773 Hudson Reed Juno Wall Hung 2 Door Vanity Unit & Laminate Worktop, 600mm - Metallic Slate/Sparkle Black
86774 Hudson Reed Juno Wall Hung 2 Door Vanity Unit & Laminate Worktop, 600mm - Metallic Slate/Sparkle White
89035 nuie Athena Floor Standing 2 in 1 Basin Unit 500mm - Gloss White
89780 Hudson Reed Urban Floor Standing 2 Door Vanity Unit with Mid-Edge Basin 600mm - Satin White
89782 Hudson Reed Urban Floor Standing 2 Door Vanity Unit with Thin-Edge Basin 600mm - Satin White
89783 Hudson Reed Urban Floor Standing 2 Door Vanity Unit with Curved Basin 600mm - Satin White
89830 Hudson Reed Urban Floor Standing 2 Door Vanity Unit with Thin-Edge Basin 500mm - Satin Grey
89831 Hudson Reed Urban Floor Standing 2 Door Vanity Unit with Curved Basin 500mm - Satin Grey
91065 nuie Classique Floor Standing 2 Door Unit & Minimalist Ceramic Basin, 500mm - Satin White
91066 nuie Classique Floor Standing 2 Door Unit & Mid-Edge Ceramic Basin, 500mm - Satin White