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 (6, 7, 8, 9, 11, 12, 13) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00040

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "16.81"
    },
    "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": 7,
      "rows_produced_per_join": 7,
      "filtered": "100.00",
      "index_condition": "((`portal`.`q_product_descriptions`.`product_id` in (6,7,8,9,11,12,13)) and (`portal`.`q_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "15.41",
        "eval_cost": "1.40",
        "prefix_cost": "16.81",
        "data_read_per_join": "26K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
6 <p>Taking clue from the citrusy 1916 fragrance, Acqua di Parma Colonia Essenza was launched in 2010. This aromatic creation combines the right tones of classic, spice and has been created for sophisticated ladies. The composition of lavender, rosemary, Sicilian citrus, Bulgarian rose and jasmine opens with a stunning fusion of fresh aroma to a stunning display of fruits.</p>
7 <p>A citrus woody fragrance for men. Intense & masculine noble & classic. Starts with spicy notes of bergamot lemon cardamom & ginger. Aromatic heart notes of myrtle artemisia neroli cedar & guaiac wood. Dries down to notes of leather patchouli benzoin & musk. Perfect for all occasions.</p>
8 <p>A citrus leathery fragrance for modern men. Inspired by Italian leather & the savoir-faire of Italian tanneries in Tuscany. Crisp vibrant smoky warm complex & tempting. Top notes of Brazilian orange & Sicilian lime. Heart notes of rose & petit grain from Paraguay. Base notes of leather Atlas cedar & guaiac wood from Paraguay. Launched in 2014. recommended for evening colder seasons or formal occasions wear.</p>
9 <p>A citrus leathery fragrance for modern men. Inspired by Italian leather & the savoir-faire of Italian tanneries in Tuscany. Crisp vibrant smoky warm complex & tempting. Top notes of Brazilian orange & Sicilian lime. Heart notes of rose & petit grain from Paraguay. Base notes of leather Atlas cedar & guaiac wood from Paraguay. Launched in 2014. recommended for evening colder seasons or formal occasions wear.</p>
11 <p>A citrus woody fragrance for men. Rich fresh unique elegant vibrant & captivating. Top notes of luminous citruses. Heart notes of oud Russian coriander & amyris wood from Hawaii. Base notes of musk & leather. Launched in 2012. Perfect for all occasions.</p>
12 <p>A citrus woody fragrance for men.Rich fresh unique elegant vibrant & captivating. Top notes of luminous citruses. Heart notes of oud Russian coriander & amyris wood from Hawaii. Base notes of musk & leather. Launched in 2012. Perfect for all occasions.</p>
13 <p>Intoxicatingly floral and woody, Acqua di Parmas Francois Demachy creates the Colonia Pura eau de cologne by fusing the labels signature note of bergamot and citrus impact of orange with musky aromas of jasmine sambac, narcissus and coriander. Built on</p>