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 (
    435331, 435318, 435317, 435316, 435315, 
    435314, 435313, 435312, 435311, 435310, 
    435309, 435308, 435307, 435306, 435305, 
    435304, 435303, 435302, 435301, 435300
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00066

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 (435331,435318,435317,435316,435315,435314,435313,435312,435311,435310,435309,435308,435307,435306,435305,435304,435303,435302,435301,435300)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
435300 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
435301 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
435302 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
435303 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
435304 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
435305 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
435306 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
435307 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
435308 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
435309 <p>Drive with peace of mind on any road with MAXXIS tires, offering a wide range of options for your vehicle.</p>
435310 <p>Excellent performance in every season, even when worn.</p>
435311 <p>Excellent performance in every season, even when worn.</p>
435312 <p>Excellent performance in every season, even when worn.</p>
435313 <p>Excellent performance in every season, even when worn.</p>
435314 <p>Excellent performance in every season, even when worn.</p>
435315 <p>Excellent performance in every season, even when worn.</p>
435316 <p>Excellent performance in every season, even when worn.</p>
435317 <p>Excellent performance in every season, even when worn.</p>
435318 <p>Excellent performance in every season, even when worn.</p>
435331 <p>Excellent performance in every season, even when worn.</p>