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 (
    490, 491, 492, 493, 494, 495, 496, 497, 
    498, 499, 450, 451, 452, 453, 454, 455
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00049

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 (490,491,492,493,494,495,496,497,498,499,450,451,452,453,454,455)) 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
450
451
452 <p>productLike the charismatic, passionate presence of Gabrielle Chanel, ALLURE SENSUELLE is the modern, magnetic fragrance of a true, radiant and intense woman. The floral-soft-Oriental fragrance is revealed in a unique way on every woman because each woman has her own special allure.</p><p>composition</p><p>The Eau de Parfum is a luminous and refined version with soft, mysterious gourmand accents. Voluptuous Oriental notes set the tone for this sensual, enveloping composition that intertwines May Rose, Frankincense and Amber Patchouli with heightened notes of Bourbon Vanilla and Pink Pepper.</p>
453
454
455 <ul><li>Unpredictable, in perpetual movement, the unexpected floral fragrance sweeps you into its whirlwind of happiness and fantasy.</li><li>CHANCE is a fragrance created like a constellation, a composition like an olfactory sphere that opens up in an infinite movement. At the heart of this sphere is a sensuous balance warmed by vanilla, with pronounced jasmine absolute and iris. A mysterious alchemy, heightened by the intensity of white musk.</li><li>The Eau de Parfum comes in a spray format for an effortless application on skin or clothing.</li></ul>
490
491
492
493
494
495
496
497
498
499