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 (
    390112, 388429, 388746, 389482, 390168, 
    391773, 388927, 415727, 388576, 390126, 
    388653, 389832, 390200, 390111, 388379, 
    381751, 389174, 389536, 415473, 389494
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00161

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 (390112,388429,388746,389482,390168,391773,388927,415727,388576,390126,388653,389832,390200,390111,388379,381751,389174,389536,415473,389494)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
381751 SKODA FABIA 1.9
388379 Get the best of both worlds with APLUS tires, offering performance and value for your vehicle.
388429 Stay ready for any season with ARIVO all-season and winter tire options.
388576 <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>
388653 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.
388746 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
388927 Drive with premium comfort and confidence with CONTINENTAL tires for your car, SUV, or light truck.
389174 Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.
389482 Enjoy a comfortable and safe ride with SUNFULL tires, offering a variety of options for your car, SUV, or light truck.
389494 Enjoy a comfortable and safe ride with SUNFULL tires, offering a variety of options for your car, SUV, or light truck.
389536 <p>Enjoy a comfortable and safe ride with SUNFULL tires, offering a variety of options for your car, SUV, or light truck.</p>
389832 Excellent performance in every season, even when worn.
390111 Choose the right tyres to drive safely.
390112 Choose the right tyres to drive safely.
390126 The Mirage is a high performance, all-season tire that combines exceptional performance with all weather capability
390168 <p>Excellent performance in every season, even when worn.</p>
390200 Excellent performance in every season, even when worn.
391773 Experience thrilling performance with TIGAR high-performance tires for sports cars and SUVs
415473 <p>Excellent performance in every season, even when worn.</p>
415727 <p>Excellent performance in every season, even when worn.</p>