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 (
    89920, 89921, 91487, 91488, 86513, 86789, 
    83412, 83413, 83414, 83415, 89754, 
    84812, 84813, 84830, 84831, 84842, 
    84843, 85337, 85338, 91124, 91210, 
    91265, 85289, 85290
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00073

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 (89920,89921,91487,91488,86513,86789,83412,83413,83414,83415,89754,84812,84813,84830,84831,84842,84843,85337,85338,91124,91210,91265,85289,85290)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
83412 nuie Athena Wall Hung 1 Drawer Vanity with Ceramic Mid-Edge Basin and Handle 600mm - Gloss White/Matt Black
83413 nuie Athena Wall Hung 1 Drawer Vanity with Ceramic Mid-Edge Basin and Handle 600mm - Gloss White/Brushed Brass
83414 nuie Athena Wall Hung 1 Drawer Vanity with Ceramic Mid-Edge Basin and Handle 600mm - Gloss White/Matt Black
83415 nuie Athena Wall Hung 1 Drawer Vanity with Ceramic Mid-Edge Basin and Handle 600mm - Gloss White/Chrome
84812 nuie Classique Wall Hung 1 Drawer Vanity Basin Unit & 1 Tap Hole Fireclay Basin, 600mm - Satin Anthracite
84813 nuie Classique Wall Hung 1 Drawer Vanity Basin Unit & 3 Tap Hole Fireclay Basin, 600mm - Satin Anthracite
84830 nuie Classique Wall Hung 1 Drawer Vanity Basin Unit & 1 Tap Hole Fireclay Basin, 600mm - Satin Grey
84831 nuie Classique Wall Hung 1 Drawer Vanity Basin Unit & 3 Tap Hole Fireclay Basin, 600mm - Satin Grey
84842 nuie Classique Wall Hung 1 Drawer Vanity Basin Unit & 1 Tap Hole Fireclay Basin, 600mm - Satin Green
84843 nuie Classique Wall Hung 1 Drawer Vanity Basin Unit & 3 Tap Hole Fireclay Basin, 600mm - Satin Green
85289 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Mid-Edge Basin - Satin Anthracite
85290 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Minimalist Basin - Satin Anthracite
85337 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Thin-Edge Basin - Satin White
85338 nuie Deco 500mm Wall Hung 2-Drawer Vanity & Curved Basin - Satin White
86513 Hudson Reed Juno 800mm Wall Hung Single Drawer Vanity & Minimalist 1 Tap Hole Basin - Autumn Oak
86789 Hudson Reed Juno Wall Hung 1 Drawer Vanity Basin Unit & Minimalist Ceramic Basin, 800mm - Metallic Slate
89754 Hudson Reed Urban Wall Hung 2 Drawer Vanity Unit with Minimalist Basin 600mm - Satin White
89920 Hudson Reed Urban 500mm Wall Hung 2-Drawer Unit and Mid-Edge Basin 1 Tap Hole - Satin Green
89921 Hudson Reed Urban 500mm Wall Hung 2-Drawer Unit and Minimalist Basin 1 Tap Hole - Satin Green
91124 nuie Classique Wall Hung 1 Drawer Unit & 0 Tap Hole Fireclay Basin, 600mm - Satin Anthracite
91210 nuie Classique Wall Hung 1 Drawer Unit & 0 Tap Hole Fireclay Basin, 600mm - Satin Grey
91265 nuie Classique Wall Hung 1 Drawer Unit & 0 Tap Hole Fireclay Basin, 600mm - Satin Green
91487 Hudson Reed Urban Wall Hung 2 Drawer Vanity & Mid-Edge Ceramic Basin, 500mm - Satin Anthracite
91488 Hudson Reed Urban Wall Hung 2 Drawer Vanity & Minimalist Ceramic Basin, 500mm - Satin Anthracite