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 (
    389274, 389367, 435293, 389342, 389774, 
    427193, 389629, 389113, 388774, 389434, 
    381759, 415317, 422414, 388755, 388925, 
    389215, 389488, 389610, 389226, 388495
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00090

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 (389274,389367,435293,389342,389774,427193,389629,389113,388774,389434,381759,415317,422414,388755,388925,389215,389488,389610,389226,388495)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
381759 TOYTA COROLLA 2.0CC -VITI 2003
388495 <p>Enjoy reliable performance with Enjoy reliable performance with BARUM tires, offering a variety of options for your car, SUV, or light truck. tires, offering a variety of options for your car, SUV, or light truck.</p>
388755 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
388774 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
388925 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
389113 Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.
389215 Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.
389226 Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.
389274 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389342 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389367 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389434 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389488 Enjoy a comfortable and safe ride with SUNFULL tires, offering a variety of options for your car, SUV, or light truck.
389610 <p>Disqe Alumini Audi RS6 , RS7  R21</p>
389629 <p>Get the best of both worlds with KORYO tires, offering performance and value for your vehicle.</p>
389774 Is our ultra high-performance patterns for passenger cars in Cachland brand.
415317 <p>Excellent performance in every season, even when worn.</p>
422414 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>
427193 <p>Excellent performance in every season, even when worn.</p>
435293 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>