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 (
    90889, 90891, 90968, 90970, 82631, 83528, 
    83050, 83595, 90886, 90965, 84820, 
    84821, 91168, 89768, 83051, 83600, 
    90887, 90966, 89821, 89873, 89945, 
    91511, 87306, 87307
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00069

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 (90889,90891,90968,90970,82631,83528,83050,83595,90886,90965,84820,84821,91168,89768,83051,83600,90887,90966,89821,89873,89945,91511,87306,87307)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82631 nuie Arno 800mm Wall Hung 2-Drawer Vanity & Mid-Edge Basin - Gloss White
83050 nuie Arno 600mm Wall Hung 2-Drawer Vanity & Mid-Edge Basin - Satin Green
83051 nuie Arno 600mm Wall Hung 2-Drawer Vanity & Minimalist Basin - Satin Green
83528 nuie Athena Wall Hung 2 Drawer Vanity With Mid-Edge 1 Tap Hole Ceramic Basin 800mm - Gloss White
83595 nuie Athena Wall Hung 2 Drawer Vanity With Mid-Edge 1 Tap Hole Ceramic Basin 600mm - Gloss Grey
83600 nuie Athena Wall Hung 2 Drawer Vanity With Minimalist 1 Tap Hole Ceramic Basin 600mm - Gloss Grey
84820 nuie Classique Wall Hung 1 Drawer Vanity Basin Unit & 1 Tap Hole Fireclay Basin, 800mm - Satin White
84821 nuie Classique Wall Hung 1 Drawer Vanity Basin Unit & 3 Tap Hole Fireclay Basin, 800mm - Satin White
87306 nuie Lunar Wall Hung 2 Drawer Unit & Polymarble Basin, 600mm - Satin Anthracite
87307 nuie Lunar Wall Hung 2 Drawer Unit & Ceramic Basin, 600mm - Satin Anthracite
89768 Hudson Reed Urban Wall Hung 2 Drawer Vanity Unit with Mid-Edge Basin 800mm - Satin White
89821 Hudson Reed Urban Wall Hung 2 Drawer Vanity Unit with Minimalist Basin 800mm - Satin Grey
89873 Hudson Reed Urban Wall Hung 2 Drawer Vanity Unit with Minimalist Basin 800mm - Satin Blue
89945 Hudson Reed Urban 800mm Wall Hung 2-Drawer Unit and Minimalist Basin 1 Tap Hole - Satin Green
90886 nuie Arno Wall Hung 2 Drawer Vanity & Mid-Edge Ceramic Basin, 600mm - Satin Anthracite
90887 nuie Arno Wall Hung 2 Drawer Vanity & Minimalist Ceramic Basin, 600mm - Satin Anthracite
90889 nuie Arno Wall Hung 2 Drawer Vanity & Thin-Edge Ceramic Basin, 600mm - Satin Anthracite
90891 nuie Arno Wall Hung 2 Drawer Vanity & Curved Ceramic Basin, 600mm - Satin Anthracite
90965 nuie Arno Wall Hung 2 Drawer Vanity & Mid-Edge Ceramic Basin, 600mm - Satin Grey
90966 nuie Arno Wall Hung 2 Drawer Vanity & Minimalist Ceramic Basin, 600mm - Satin Grey
90968 nuie Arno Wall Hung 2 Drawer Vanity & Thin-Edge Ceramic Basin, 600mm - Satin Grey
90970 nuie Arno Wall Hung 2 Drawer Vanity & Curved Ceramic Basin, 600mm - Satin Grey
91168 nuie Classique Wall Hung 1 Drawer Unit & 0 Tap Hole Fireclay Basin, 800mm - Satin White
91511 Hudson Reed Urban Wall Hung 2 Drawer Vanity & Minimalist Ceramic Basin, 800mm - Satin Anthracite