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 (
    389183, 389185, 389187, 389188, 389189, 
    389190, 389192, 389193, 389194, 389195, 
    389196, 389197, 389198, 389199, 389200, 
    389202, 389203, 389204, 389205, 389207
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00055

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 (389183,389185,389187,389188,389189,389190,389192,389193,389194,389195,389196,389197,389198,389199,389200,389202,389203,389204,389205,389207)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
389183 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389185 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389187 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389188 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389189 <p>Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.</p>
389190 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389192 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389193 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389194 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389195 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389196 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389197 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389198 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389199 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389200 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389202 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389203 Stay safe and secure on the road with LAUFEN tires, offering reliable performance for your vehicle.
389204 Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.
389205 Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.
389207 Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.