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 (
    389367, 389368, 389369, 389370, 389372, 
    389373, 389374, 389379, 389380, 389381, 
    389383, 389386, 389387, 389389, 389393, 
    389394, 389395, 389396, 389397, 389398
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00089

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "28.04"
    },
    "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": "24.04",
        "eval_cost": "4.00",
        "prefix_cost": "28.04",
        "data_read_per_join": "136K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_descriptions`.`product_id` in (389367,389368,389369,389370,389372,389373,389374,389379,389380,389381,389383,389386,389387,389389,389393,389394,389395,389396,389397,389398)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
389367 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389368 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389369 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389370 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389372 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389373 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389374 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389379 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389380 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389381 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389383 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389386 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389387 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389389 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389393 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389394 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389395 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389396 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389397 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389398 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.