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 (
    91828, 91829, 91830, 91831, 91832, 91833, 
    91834, 91835, 91708, 91709, 91710, 
    91711, 91712, 91713, 91714, 91715, 
    91716, 91717, 91718, 91719, 91720, 
    91721, 91722, 91723
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00060

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 (91828,91829,91830,91831,91832,91833,91834,91835,91708,91709,91710,91711,91712,91713,91714,91715,91716,91717,91718,91719,91720,91721,91722,91723)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
91708 BC Designs Kurv Curved Countertop Basin 615mm x 360mm - No Waste - Polished White
91709 BC Designs Kurv Curved Countertop Basin 615mm x 360mm - No Waste - Powder Blue
91710 BC Designs Kurv Curved Countertop Basin 615mm x 360mm - No Waste - Light Fawn
91711 BC Designs Kurv Curved Countertop Basin 615mm x 360mm - No Waste - Gunmetal
91712 BC Designs Kurv Curved Countertop Basin 615mm x 360mm - No Waste - Industrial Grey
91713 BC Designs Kurv Curved Countertop Basin 615mm x 360mm - No Waste - Khaki Green
91714 BC Designs Kurv Curved Countertop Basin 615mm x 360mm - No Waste - Mushroom
91715 BC Designs Kurv Curved Countertop Basin 615mm x 360mm - No Waste - Powder Grey
91716 BC Designs Kurv Curved Countertop Basin 615mm x 360mm - No Waste - Satin Rose
91717 BC Designs Tasse Oval Countertop Basin 575mm x 145mm - No Waste - Polished White
91718 BC Designs Tasse Oval Countertop Basin 575mm x 145mm - No Waste - Powder Blue
91719 BC Designs Tasse Oval Countertop Basin 575mm x 145mm - No Waste - Light Fawn
91720 BC Designs Tasse Oval Countertop Basin 575mm x 145mm - No Waste - Gunmetal
91721 BC Designs Tasse Oval Countertop Basin 575mm x 145mm - No Waste - Industrial Grey
91722 BC Designs Tasse Oval Countertop Basin 575mm x 145mm - No Waste - Khaki Green
91723 BC Designs Tasse Oval Countertop Basin 575mm x 145mm - No Waste - Mushroom
91828 BC Designs Crea Basin 575 x 145 - Light Fawn
91829 BC Designs Crea Basin 575 x 145 - Gunmetal
91830 BC Designs Crea Basin 575 x 145 - Industrial Grey
91831 BC Designs Crea Basin 575 x 145 - Khaki Green
91832 BC Designs Crea Basin 575 x 145 - Mushroom
91833 BC Designs Crea Basin 575 x 145 - Matt White
91834 BC Designs Crea Basin 575 x 145 - Powder Grey
91835 BC Designs Crea Basin 575 x 145 - Satin Rose