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 (
    2890, 2891, 2892, 2858, 2859, 2860, 2861, 
    2862, 2863, 2864, 2865, 2866, 2867, 
    2868, 2869, 2870
  ) 
  AND q_product_descriptions.lang_code = 'en'

Query time 0.00052

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 (2890,2891,2892,2858,2859,2860,2861,2862,2863,2864,2865,2866,2867,2868,2869,2870)) 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
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867 <p>rada Candy Florale is the third fragrance in the Prada Candy collection. The original Candy was launched in 2011, followed by Candy L'Eau in 2013, with Candy Florale expected in the market as of April 2014. Perfumer Daniel Roche) Andrier created all three of them.Prada Candy Florale is announced as an exciting Floral fragrance full of life and sensuality, inspired by an imaginary flower that smells like caramel or a bouquet of flowers standing on the counter of an ice cream shop in Italy. This romantic and powdered composition contains the top, lemon peon flower chords in the heart and the base composed of benzoin, musk, caramel and honey.The bottle and the box are of standard signature design, this time Colored in soft shades of pink and decorated with flower motifs.</p>
2868
2869
2870
2890
2891
2892