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 (
    83049, 90885, 90964, 83070, 83623, 89816, 
    89868, 89940, 90906, 90985, 91506, 
    85848, 85849, 85858, 85859, 83081, 
    83609, 85081, 85167, 85213, 85259, 
    86142, 86165, 86658
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00063

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 (83049,90885,90964,83070,83623,89816,89868,89940,90906,90985,91506,85848,85849,85858,85859,83081,83609,85081,85167,85213,85259,86142,86165,86658)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
83049 nuie Arno 1200mm Wall Hung 4-Door Vanity & Worktop - Satin Green
83070 nuie Arno 800mm Wall Hung 2-Drawer Vanity & Minimalist Basin - Satin Green
83081 nuie Arno 800mm Floor Standing 2-Drawer Vanity & Mid-Edge Basin - Satin Green
83609 nuie Athena Floor Standing 2 Drawer Vanity With Mid-Edge 1 Tap Hole Ceramic Basin 800mm - Gloss Grey
83623 nuie Athena Wall Hung 2 Drawer Vanity With Minimalist 1 Tap Hole Ceramic Basin 800mm - Gloss Grey
85081 Hudson Reed Fluted 800mm Wall Hung 2-Drawer Vanity and Minimalist Basin - Satin Anthracite
85167 Hudson Reed Fluted 800mm Wall Hung 2-Drawer Vanity and Minimalist Basin - Satin Grey
85213 Hudson Reed Fluted 800mm Wall Hung 2-Drawer Vanity and Minimalist Basin - Satin Blue
85259 Hudson Reed Fluted 800mm Wall Hung 2-Drawer Vanity and Minimalist Basin - Satin Green
85848 nuie Parade Floor Standing 2 Drawer Vanity Basin Unit & Polymarble Basin, 600mm - Satin Anthracite
85849 nuie Parade Floor Standing 2 Drawer Vanity Basin Unit & Ceramic Basin, 600mm - Satin Anthracite
85858 nuie Parade Floor Standing 2 Drawer Vanity Basin Unit & Polymarble Basin, 600mm - Satin Green
85859 nuie Parade Floor Standing 2 Drawer Vanity Basin Unit & Ceramic Basin, 600mm - Satin Green
86142 Hudson Reed Havana Wall Hung 2 Drawer Vanity Basin Unit & Mid-Edge Ceramic Basin, 800mm - Graphite Grey
86165 Hudson Reed Havana Wall Hung 2 Drawer Vanity Basin Unit & Mid-Edge Ceramic Basin, 800mm - Coastal Grey
86658 Hudson Reed Juno 800mm Wall Hung 2-Drawer Vanity & Mid-Edge 1 Tap Hole Basin - Graphite Grey
89816 Hudson Reed Urban Floor Standing 2 Door 1 Drawer Vanity Unit with Mid-Edge Basin 800mm - Satin Grey
89868 Hudson Reed Urban Floor Standing 2 Door 1 Drawer Vanity Unit with Mid-Edge Basin 800mm - Satin Blue
89940 Hudson Reed Urban 800mm Floor Standing 2-Door/Drawer Unit and Mid-Edge Basin 1 Tap Hole - Satin Green
90885 nuie Arno Wall Hung 4 Door Vanity & Laminate Worktop, 1200mm - Satin Anthracite
90906 nuie Arno Wall Hung 2 Drawer Vanity & Minimalist Ceramic Basin, 800mm - Satin Anthracite
90964 nuie Arno Wall Hung 4 Door Vanity & Laminate Worktop, 1200mm - Satin Grey
90985 nuie Arno Wall Hung 2 Drawer Vanity & Minimalist Ceramic Basin, 800mm - Satin Grey
91506 Hudson Reed Urban Floor Standing 2 Door Vanity & Mid-Edge Ceramic Basin, 800mm - Satin Anthracite