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 (
    389343, 389344, 389345, 389347, 389348, 
    389349, 389350, 389351, 389352, 389353, 
    389354, 389355, 389358, 389359, 389360, 
    389361, 389362, 389363, 389364, 389365
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00075

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 (389343,389344,389345,389347,389348,389349,389350,389351,389352,389353,389354,389355,389358,389359,389360,389361,389362,389363,389364,389365)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
389343 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389344 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389345 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389347 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389348 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389349 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389350 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389351 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389352 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389353 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389354 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389355 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389358 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389359 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389360 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389361 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389362 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389363 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389364 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389365 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.