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 (
    107, 106, 105, 104, 103, 102, 101, 100
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00047

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 (107,106,105,104,103,102,101,100)) 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
100 <pre class="tw-data-text tw-text-large tw-ta"><span style="font-size:12pt;"><strong><span class="Y2IQFc" style="font-family:arial, helvetica, sans-serif;">Mosque carpets are made of 100% acrylic and contain 730.000 thousand stitches</span></strong></span></pre>
101 <div> <div class="tw-src-rtl"> <div class="oSioSc"> <div> <div class="g9WsWb"> <div class="tw-ta-container F0azHf tw-nfl"> <pre class="tw-data-text tw-text-large tw-ta"><span style="font-size:12pt;"><strong><span class="Y2IQFc" style="font-family:arial, helvetica, sans-serif;">The mosque carpet is made of 100% acrylic and contains 730.000 thousand stitches</span></strong></span></pre> </div> </div> </div> </div> </div> </div>
102 <div style="text-align:left;"><span style="font-size:12pt;"><strong><span class="Y2IQFc" style="font-family:arial, helvetica, sans-serif;">The mosque carpet is made of 100% acrylic and contains 730.000 thousand stitches</span></strong></span></div>
103 <div style="text-align:left;"><span style="font-size:12pt;"><strong><span class="Y2IQFc" style="font-family:arial, helvetica, sans-serif;">The mosque carpet is made of 100% acrylic and contains 730.000 thousand stitches</span></strong></span></div>
104 <div style="text-align:left;"><span style="font-size:12pt;"><strong><span class="Y2IQFc" style="font-family:arial, helvetica, sans-serif;">The mosque carpet is made of 100% acrylic and contains 730.000 thousand stitches</span></strong></span></div>
105 <div style="text-align:left;"><span style="font-size:12pt;"><strong><span class="Y2IQFc" style="font-family:arial, helvetica, sans-serif;">The mosque carpet is made of 100% acrylic and contains 730.000 thousand stitches</span></strong></span></div>
106 <span style="font-size:12pt;"><strong><span class="Y2IQFc" style="font-family:arial, helvetica, sans-serif;">The mosque carpet is made of 100% acrylic and contains 730.000 thousand stitches</span></strong></span>
107 <span style="font-size:12pt;"><strong><span class="Y2IQFc" style="font-family:arial, helvetica, sans-serif;">The mosque carpet is made of 100% acrylic and contains 730.000 thousand stitches</span></strong></span>