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 (
    92223, 92465, 92466, 92191, 92228, 92229, 
    92230, 92231, 92237, 92469, 92470, 
    92471, 91865, 85585, 92366, 92367, 
    92368, 92369, 92370, 92371, 92372, 
    91892, 92150, 92197
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00042

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 (92223,92465,92466,92191,92228,92229,92230,92231,92237,92469,92470,92471,91865,85585,92366,92367,92368,92369,92370,92371,92372,91892,92150,92197)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
85585 Classic Exposed Bath Waste & Overflow
91865 BC Designs Victrion Glass Gallery Shelf - Copper
91892 BC Designs Victrion 3 Tier Towel Rack - Chrome
92150 BC Designs Standpipes Traditional Bath Legs with Adjustable Shrouds - Chrome
92191 BC Designs Bath Wastes Plug & Chain Exposed Ext Bath Waste - Chrome
92197 BC Designs Bath Wastes Push Down Concealed Bath Waste - Chrome
92223 BC Designs Bath Wastes Push Down Bath Waste 70mm (Slotted) - Nickel
92228 BC Designs Bath Wastes Push Down Bath Waste 60mm (Unslotted) - Brushed Gold
92229 BC Designs Bath Wastes Push Down Bath Waste 60mm (Unslotted) - Brushed Nickel
92230 BC Designs Bath Wastes Push Down Bath Waste 60mm (Unslotted) - Black Silk
92231 BC Designs Bath Wastes Push Down Bath Waste 60mm (Unslotted) - Copper
92237 BC Designs Bath Wastes Push Down Bath Waste 60mm (Unslotted) - Nickel
92366 BC Designs Basin Bottle Trap - Brushed Chrome
92367 BC Designs Basin Bottle Trap - Brushed Copper
92368 BC Designs Basin Bottle Trap - Brushed Gold
92369 BC Designs Basin Bottle Trap - Brushed Nickel
92370 BC Designs Basin Bottle Trap - Copper
92371 BC Designs Basin Bottle Trap - Gold
92372 BC Designs Basin Bottle Trap - Nickel
92465 BC Designs Push Down Bath Waste 70mm (Slotted) - Brushed Copper
92466 BC Designs Push Down Bath Waste 70mm (Slotted) - Copper
92469 BC Designs Push Down Bath Waste 60mm (Unslotted) - Brushed Chrome
92470 BC Designs Push Down Bath Waste 60mm (Unslotted) - Brushed Copper
92471 BC Designs Push Down Bath Waste 60mm (Unslotted) - Gold