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 (
    381741, 422413, 415378, 388402, 391709, 
    388992, 390234, 388991, 389490, 389243, 
    390258, 390124, 381762, 388598, 389390, 
    388679, 389239, 388442, 389122, 388411
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00209

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 (381741,422413,415378,388402,391709,388992,390234,388991,389490,389243,390258,390124,381762,388598,389390,388679,389239,388442,389122,388411)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
381741 MERCEDES-BENZ CLS350CDI 4M
381762 <p>VOLKSWAGEN POLO 1.0 MPI BMT TREND</p>
388402 Get the best of both worlds with APLUS tires, offering performance and value for your vehicle.
388411 Drive with peace of mind on any road with APOLLO tires for cars, SUVs, and light trucks.
388442 Trust ATLAS tires to provide a safe and comfortable ride for your car, SUV, or light truck.
388598 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.
388679 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.
388991 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
388992 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
389122 Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.
389239 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>
389243 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389390 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>
389490 Enjoy a comfortable and safe ride with SUNFULL tires, offering a variety of options for your car, SUV, or light truck.
390124 Choose the right tyres to drive safely.
390234 Excellent performance in every season, even when worn.
390258 Excellent performance in every season, even when worn.
391709 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>
415378 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
422413 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>