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 (
    389386, 389350, 391758, 435253, 415657, 
    389811, 389105, 388612, 381747, 388654, 
    392886, 390306, 427191, 389465, 390137, 
    435259, 381738, 389272, 381737, 389496
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00156

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 (389386,389350,391758,435253,415657,389811,389105,388612,381747,388654,392886,390306,427191,389465,390137,435259,381738,389272,381737,389496)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
381737 HYNDAI I10 1.2
381738 MAZDA 2 1.5
381747 OPEL SIGNUM 30TD
388612 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.
388654 <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>
389105 Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.
389272 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.
389386 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389465 Enjoy a comfortable and safe ride with SUNFULL tires, offering a variety of options for your car, SUV, or light truck.
389496 Enjoy a comfortable and safe ride with SUNFULL tires, offering a variety of options for your car, SUV, or light truck.
389811 Excellent performance in every season, even when worn.
390137 For safety performance turn to Bridgestone.
390306 Excellent performance in every season, even when worn.
391758 Excellent performance in every season, even when worn.
392886 <p>Excellent performance in every season, even when worn.</p>
415657 <p>Excellent performance in every season, even when worn.</p>
427191 <p>Excellent performance in every season, even when worn.</p>
435253 <p>Excellent performance in every season, even when worn.</p>
435259 <p>Excellent performance in every season, even when worn.</p>