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 (
    90069, 83091, 91310, 86387, 84098, 91309, 
    83994, 83995, 83996, 83997, 85541, 
    83950, 83951, 83952, 83953, 85549, 
    85550, 85565, 89180, 90074, 85653, 
    83096, 84102, 92010, 92098, 90068, 
    83090, 84097, 83945, 92838
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00070

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "13.52"
    },
    "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": 30,
      "rows_produced_per_join": 30,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "10.52",
        "eval_cost": "3.00",
        "prefix_cost": "13.52",
        "data_read_per_join": "114K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (90069,83091,91310,86387,84098,91309,83994,83995,83996,83997,85541,83950,83951,83952,83953,85549,85550,85565,89180,90074,85653,83096,84102,92010,92098,90068,83090,84097,83945,92838)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
83090 nuie Arvan Bath Spout - Chrome
83091 nuie Arvan Deck Mounted Bath Filler - Chrome
83096 nuie Arvan 3/4" Side Valves - Chrome
83945 Hudson Reed Taps Wall Mounted Bath Spout - Polished Chrome
83950 Old London White Topaz With Lever Handle Bath Taps - Chrome / White
83951 Old London White Topaz With Crosshead Handle Bath Taps - Chrome / White
83952 Old London White Topaz With Lever Handle Bath Taps - Chrome / White
83953 Old London White Topaz With Crosshead Handle Bath Taps - Chrome / White
83994 Old London Black Topaz With Lever Handle Bath Taps - Chrome / Black
83995 Old London Black Topaz With Crosshead Handle Bath Taps - Chrome / Black
83996 Old London Black Topaz With Lever Handle Bath Taps - Chrome / Black
83997 Old London Black Topaz With Crosshead Handle Bath Taps - Chrome / Black
84097 nuie Binsey Bath Spout - Chrome
84098 nuie Binsey Deck Mounted Bath Filler - Chrome
84102 nuie Binsey 3/4" Side Valves - Chrome
85541 Single Lever Freeflow Bath Filler
85549 Round Slimline Freeflow Bath Filler
85550 Square Slimline Freeflow Bath Filler
85565 nuie Wastes & Extras Freeflow Bath Filler - Chrome
85653 nuie Series Two Bath Filler - Chrome
86387 nuie Beaumont Bath Filler - Chrome
89180 nuie Sanford 3/4" Side Valves - Chrome
90068 nuie Windon Bath Spout - Chrome
90069 nuie Windon Deck Mounted Bath Filler - Chrome
90074 nuie Windon 3/4" Side Valves - Chrome
91309 nuie Series 2 Round Freeflow Bath Filler & Waste - Matt Black
91310 nuie Series 2 Round Freeflow Bath Filler & Waste - Brushed Brass
92010 BC Designs Victrion Deck Mounted Crosshead Bath Pillar Taps - Chrome
92098 BC Designs Victrion Deck Mounted Lever Bath Pillar Taps - Chrome
92838