SELECT 
  q_product_descriptions.product_id, 
  q_product_descriptions.short_description, 
  IF(
    q_product_descriptions.short_description = '', 
    q_product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  q_product_descriptions 
WHERE 
  q_product_descriptions.product_id IN (
    456, 457, 458, 459, 460, 462, 463, 464, 
    465, 466, 432, 433, 434, 435, 436, 437
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "38.41"
    },
    "table": {
      "table_name": "q_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": 16,
      "rows_produced_per_join": 16,
      "filtered": "100.00",
      "index_condition": "((`portal`.`q_product_descriptions`.`product_id` in (456,457,458,459,460,462,463,464,465,466,432,433,434,435,436,437)) and (`portal`.`q_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "35.21",
        "eval_cost": "3.20",
        "prefix_cost": "38.41",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
432
433
434
435
436
437
456
457
458 <p>A new facet of the COCO MADEMOISELLE personality, amplified by an extreme dose of Patchouli and an Amber accord that combines Tonka Bean and Vanilla from Madagascar. A powerful, deep, irresistible composition</p>
459
460 <p>"Olivier Polge crafted this Eau de Parfum as an imaginary flower a radiant and sparkling, purely feminine Chanel blossom based on a bouquet of four white flowers: a rich, enveloping heart of exotic Jasmine shimmers with the fruity green notes of Ylang-Ylang, while fresh and sparkling Orange Blossom shines through, offering a glimpse of Grasse Tuberose captured at its finest. Four points of light that recall the four corners of the bottle." </p>
462
463
464
465
466