SELECT 
  cscart_product_descriptions.product_id, 
  cscart_product_descriptions.short_description, 
  IF(
    cscart_product_descriptions.short_description = '' 
    OR cscart_product_descriptions.short_description IS NULL, 
    cscart_product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (
    651, 219, 218, 217, 211, 207, 204, 202
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00044

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.61"
    },
    "table": {
      "table_name": "cscart_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": 8,
      "rows_produced_per_join": 8,
      "filtered": "100.00",
      "index_condition": "((`betaatif_store`.`cscart_product_descriptions`.`product_id` in (651,219,218,217,211,207,204,202)) and (`betaatif_store`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "4.81",
        "eval_cost": "0.80",
        "prefix_cost": "5.61",
        "data_read_per_join": "30K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
202 <pre class="tw-data-text tw-text-large tw-ta"><span style="font-size:12pt;font-family:arial, helvetica, sans-serif;"><strong><span class="Y2IQFc">Bedroom with bed + comedian + desk + 3 wardrobes + mirror</span></strong></span></pre>
204 <pre class="tw-data-text tw-text-large tw-ta"><span style="font-size:12pt;font-family:arial, helvetica, sans-serif;"><strong><span class="Y2IQFc">Bedroom with bed + comedian + desk + 3 wardrobes + mirror</span></strong></span></pre>
207 <pre class="tw-data-text tw-text-large tw-ta"><span style="font-size:12pt;font-family:arial, helvetica, sans-serif;"><strong><span class="Y2IQFc">Bedroom with bed + comedian + desk + 3 wardrobes + mirror</span></strong></span></pre>
211 <pre class="tw-data-text tw-text-large tw-ta"><span style="font-size:12pt;font-family:arial, helvetica, sans-serif;"><strong><span class="Y2IQFc">Bedroom with bed + comedian + desk + 3 wardrobes + mirror</span></strong></span></pre>
217 <pre class="tw-data-text tw-text-large tw-ta"><span style="font-size:12pt;font-family:arial, helvetica, sans-serif;"><strong><span class="Y2IQFc">Bedroom with bed + comedian + desk + 3 wardrobes + mirror</span></strong></span></pre>
218 <pre class="tw-data-text tw-text-large tw-ta"><span style="font-size:12pt;font-family:arial, helvetica, sans-serif;"><strong><span class="Y2IQFc">Bedroom with bed + comedian + desk + 3 wardrobes + mirror</span></strong></span></pre>
219 <pre class="tw-data-text tw-text-large tw-ta"><span style="font-size:12pt;font-family:arial, helvetica, sans-serif;"><strong><span class="Y2IQFc">Bedroom with bed + comedian + desk + 3 wardrobes + mirror</span></strong></span></pre>
651 <pre class="tw-data-text tw-text-large tw-ta"><span><strong><span class="Y2IQFc">Bedroom with bed + comedian + desk + 3 wardrobes + mirror</span></strong></span></pre>