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 (
    389303, 388599, 390098, 388610, 389798, 
    390104, 390313, 389436, 388615, 427194, 
    435234, 390314, 391753, 390105, 391712, 
    389234, 388372, 396086, 389318, 435242
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00122

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 (389303,388599,390098,388610,389798,390104,390313,389436,388615,427194,435234,390314,391753,390105,391712,389234,388372,396086,389318,435242)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
388372 Get the job done with confidence using AEOLUS tires for commercial vehicles, buses, and trucks.
388599 <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>
388610 <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>
388615 <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>
389234 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>
389303 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389318 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389436 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>
389798 Excellent performance in every season, even when worn.
390098 <p>The Fullrun tyre has excellent resistance to cut and abrasions and offers long mileage.</p>
390104 We specialize in the designing, developing and manufacturing of radial tire widely used in PCR, UHP, SUV, HT, AT, MT, truck and bus in all seasons and road conditions.
390105 This Pirelli truck tyre will meet your needs! The specifications of this Pirelli are impressive.
390313 Excellent performance in every season, even when worn.
390314 Excellent performance in every season, even when worn.
391712 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>
391753 Excellent performance in every season, even when worn.
396086 <p>Enjoy a comfortable and safe ride with AGATE tires, offering a variety of options for your car, SUV, or light truck.</p>
427194 <p>Excellent performance in every season, even when worn.</p>
435234 <p>Excellent performance in every season, even when worn.</p>
435242 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>