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 (
    91476, 82516, 82544, 89559, 89569, 87412, 
    82515, 87359, 91475, 82514, 82511, 
    89564, 82485, 82510, 89555, 82499, 
    91473, 82436, 87381, 85611, 82497, 
    91472, 82495, 91471, 82498, 89547, 
    89533, 82493, 82435, 87375
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00076

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 (91476,82516,82544,89559,89569,87412,82515,87359,91475,82514,82511,89564,82485,82510,89555,82499,91473,82436,87381,85611,82497,91472,82495,91471,82498,89547,89533,82493,82435,87375)) 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
82436 Hudson Reed Apex 900mm Side Panel - 8mm Glass - Matt Black
82485 nuie Pacific 800mm Bi-Fold Door - 4mm Glass - Polished Chrome
82493 nuie Pacific 700mm Hinged Door - 6mm Glass - Polished Chrome
82495 nuie Pacific 760mm Hinged Door - 6mm Glass - Polished Chrome
82497 nuie Pacific 800mm Hinged Door - 6mm Glass - Polished Chrome
82498 nuie Pacific 900mm Hinged Door - 6mm Glass - Polished Chrome
82499 nuie Pacific 900mm Hinged Door - 6mm Glass - Polished Chrome
82510 nuie Pacific 1000mm Single Sliding Door - 6mm Glass - Polished Chrome
82511 nuie Pacific 1000mm Single Sliding Door - 6mm Glass - Polished Chrome
82514 nuie Pacific 1200mm Single Sliding Door - 6mm Glass - Polished Chrome
82515 nuie Pacific 1200mm Single Sliding Door - 6mm Glass - Polished Chrome
82516 nuie Pacific 1400mm Single Sliding Door - 6mm Glass - Polished Chrome
82544 nuie Pacific 800mm Quadrant Enclosure - 6mm Glass - Polished Chrome
85611 nuie Ella 800mm Corner Entry Enclosure - 5mm Glass - Satin Chrome
87359 Hudson Reed Apex 1000mm Side Panel - 8mm Glass - Polished Chrome
87375 Hudson Reed Apex 800mm Side Panel - 8mm Glass - Polished Chrome
87381 Hudson Reed Apex 900mm Side Panel - 8mm Glass - Polished Chrome
87412 Hudson Reed Apex 700mm Hinged Door - 8mm Glass - Polished Chrome
89533 nuie Enclosures Rene 900mm Bi-Fold Shower Door - Satin Chrome
89547 nuie Rene 900mm Black Profile Pivot Door - 6mm Glass - Matt Black
89555 nuie Rene 1000mm Black Profile Sliding Door - 6mm Glass - Matt Black
89559 nuie Rene 1400mm Single Sliding Door - 6mm Glass - Matt Black
89564 nuie Rene 1000 x 800mm Offset Quadrant - 6mm Glass - Satin Chrome
89569 nuie Rene 800mm Black Profile Quadrant Enclosure - 6mm Glass - Matt Black
91471 nuie Rene 6mm Toughened Safety Glass Shower Hinged Door, 700mm x 1850mm - Brushed Brass
91472 nuie Rene 6mm Toughened Safety Glass Shower Hinged Door, 760mm x 1850mm - Brushed Brass
91473 nuie Rene 6mm Toughened Safety Glass Shower Hinged Door, 800mm x 1850mm - Brushed Brass
91475 nuie Rene 6mm Toughened Safety Glass Shower Sliding Door, 1000mm x 1850mm - Brushed Brass
91476 nuie Rene 6mm Toughened Safety Glass Shower Sliding Door, 1200mm x 1850mm - Brushed Brass