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 (
    363, 364, 365, 366, 367, 368, 369, 370, 
    371, 372, 373, 374, 375, 376, 377, 378
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00057

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 (363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378)) 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
363
364
365
366 <p>Dolce & Gabbana Rosa Excelsa for women launched in 2016. The composition begins with exotic fruity papaya blossom and fresh neroli leaves. The signature ingredient of the collection, white amaryllis, is located in the heart of the composition, together with white water lily and white daffodil. The heart further on seduces with two types of roses: the first time ever used African Dog rose and Turkish rose absolute. The musky, woody and slightly piquant base includes accords of sandalwood, musk and cashmere.</p><ul><li>Notes: Papaya Flower, Neroli leaves, White Amaryllis, White Daffodil, White water Lily, African Dog Rose, Turkish Rose Absolute, Cashmeran, Musk, Sandalwood</li> <li>Size: 50 ml</li> </ul>
367
368
369
370
371
372
373
374
375
376
377
378