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 (
    89533, 90252, 90260, 82493, 82435, 87375, 
    85606, 82496, 85610, 89539, 85605, 
    90251, 90259, 90279, 90287, 90176, 
    90192, 90309, 90236, 90241, 82494, 
    87372, 89543, 82487
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00059

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 (89533,90252,90260,82493,82435,87375,85606,82496,85610,89539,85605,90251,90259,90279,90287,90176,90192,90309,90236,90241,82494,87372,89543,82487)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
82435 Hudson Reed Apex 800mm Side Panel - 8mm Glass - Matt Black
82487 nuie Pacific 1000mm Side Panel - 6mm Glass - Polished Chrome
82493 nuie Pacific 700mm Hinged Door - 6mm Glass - Polished Chrome
82494 nuie Pacific 760mm Hinged Door Enclosure - 6mm Glass - Polished Chrome
82496 nuie Pacific 800mm Hinged Door - 6mm Glass - Polished Chrome
85605 nuie Ella 760mm Bi-Fold Door - 5mm Glass - Satin Chrome
85606 nuie Ella 800mm Bi-Fold Door - 5mm Glass - Satin Chrome
85610 nuie Ella 800mm Corner Entry Enclosure - 5mm Glass - Satin Chrome
87372 Hudson Reed Apex 760mm Side Panel - 8mm Glass - Polished Chrome
87375 Hudson Reed Apex 800mm Side Panel - 8mm Glass - Polished Chrome
89533 nuie Enclosures Rene 900mm Bi-Fold Shower Door - Satin Chrome
89539 nuie Rene 800mm Hinged Door - 6mm Glass - Matt Black
89543 nuie Rene 760mm Black Profile Pivot Door - 6mm Glass - Matt Black
90176 nuie Fluted Wetroom Screens 900mmx1850mm Fluted Wetroom Screen Including Support Bar - Polished Chrome
90192 Hudson Reed 1000mm Wetroom Screen & Support Bar - 8mm Glass - Polished Chrome
90236 nuie 800mm Wetroom Screen With Support Bar - 8mm Glass - Brushed Brass
90241 nuie 800mm Wetroom Screen With Support Bar - 8mm Glass - Matt Black
90251 nuie 700mm Outer Framed Wetroom Screen with Support Bar - 8mm Glass - Brushed Brass
90252 nuie 760mm Outer Framed Wetroom Screen with Support Bar - 8mm Glass - Brushed Brass
90259 nuie 700mm Outer Framed Wetroom Screen with Support Bar - 8mm Glass - Matt Black
90260 nuie 760mm Outer Framed Wetroom Screen with Support Bar - 8mm Glass - Matt Black
90279 Hudson Reed 760mm Framed Wetroom Screen - 8mm Glass - Matt Black
90287 Hudson Reed Abstract 760mm Frame Wetroom Screen - 8mm Glass - Matt Black
90309 Hudson Reed 900mm Arched Wetroom Screen - 8mm Glass - Matt Black