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 (
    434579, 434578, 434577, 434576, 434575, 
    434574, 434573, 388585, 389044, 389047, 
    389062, 389066, 389085, 389091, 389093, 
    389107, 389114, 389124, 389131, 389144
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00099

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 (434579,434578,434577,434576,434575,434574,434573,388585,389044,389047,389062,389066,389085,389091,389093,389107,389114,389124,389131,389144)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
388585 <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>
389044 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389047 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389062 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389066 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389085 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389091 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389093 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389107 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389114 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389124 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389131 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389144 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
434573 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
434574 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
434575 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
434576 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
434577 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
434578 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
434579 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>