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 (
    415713, 389469, 388829, 388841, 388805, 
    389133, 389090, 389478, 389565, 389438, 
    389016, 435229, 388733, 389032, 388804, 
    388918, 388855, 390280, 389517, 388849
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00149

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 (415713,389469,388829,388841,388805,389133,389090,389478,389565,389438,389016,435229,388733,389032,388804,388918,388855,390280,389517,388849)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
388733 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
388804 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
388805 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
388829 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
388841 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
388849 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
388855 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
388918 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
389016 Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.
389032 Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.
389090 Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.
389133 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389438 Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.
389469 Enjoy a comfortable and safe ride with SUNFULL tires, offering a variety of options for your car, SUV, or light truck.
389478 Enjoy a comfortable and safe ride with SUNFULL tires, offering a variety of options for your car, SUV, or light truck.
389517 Enjoy a comfortable and safe ride with SUNFULL tires, offering a variety of options for your car, SUV, or light truck.
389565 Trust WESTLAKE tires to provide reliable performance and comfort on the road, offering a range of options for your vehicle.
390280 Excellent performance in every season, even when worn.
415713 <p>Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.</p>
435229 <p>Upgrade your driving experience with OZKA tires, designed for performance, comfort, and safety.</p>