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 (
    84049, 92541, 92508, 94956, 94957, 95655, 
    95656, 95657, 95658, 95659, 95660, 
    96698, 96699, 96700, 96701, 96702, 
    96703, 96704, 96705, 101036
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00062

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.02"
    },
    "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": 20,
      "rows_produced_per_join": 20,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "7.02",
        "eval_cost": "2.00",
        "prefix_cost": "9.02",
        "data_read_per_join": "76K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`nuie_scalesta_net`.`cscart_product_descriptions`.`product_id` in (84049,92541,92508,94956,94957,95655,95656,95657,95658,95659,95660,96698,96699,96700,96701,96702,96703,96704,96705,101036)) and (`nuie_scalesta_net`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
84049 nuie Belfast Sink 460 x 380 x 205mm - White
92508 nuie Sink Drainer 545mm x 467mm x 40mm - White
92541 nuie Inset Single Bowl with Overflow 457mm x 457mm x 203mm - White
94956
94957
95655
95656
95657
95658
95659
95660
96698
96699
96700
96701
96702
96703
96704
96705
101036