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 (
    389143, 389149, 389151, 389155, 389160, 
    389162, 389163, 389165, 389166, 389168, 
    389169, 389170, 389171, 389172, 389174, 
    389176, 389177, 389179, 389180, 389181
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00082

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 (389143,389149,389151,389155,389160,389162,389163,389165,389166,389168,389169,389170,389171,389172,389174,389176,389177,389179,389180,389181)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
389143 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389149 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389151 Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.
389155 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389160 Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.
389162 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389163 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389165 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389166 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389168 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389169 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389170 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389171 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389172 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389174 Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.
389176 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389177 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389179 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389180 <p>Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.</p>
389181 Conquer winter roads with GISLAVED tires, offering a range of options for your car, SUV, or light truck.