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 (
    389233, 389234, 389235, 389236, 389237, 
    389238, 389239, 389240, 389241, 389242, 
    389243, 389245, 389246, 389247, 389249, 
    389250, 389251, 389252, 389253, 389254
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00151

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 (389233,389234,389235,389236,389237,389238,389239,389240,389241,389242,389243,389245,389246,389247,389249,389250,389251,389252,389253,389254)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
389233 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>
389234 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>
389235 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389236 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389237 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389238 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389239 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>
389240 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>
389241 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389242 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389243 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389245 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389246 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389247 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>
389249 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389250 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389251 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389252 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389253 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389254 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.