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 (6107, 6108, 6112, 6110, 6111, 6109) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00104

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "11",
          "used_key_parts": ["product_id", "lang_code"],
          "rows": 6,
          "filtered": 100,
          "index_condition": "cscart_product_descriptions.product_id in (6107,6108,6112,6110,6111,6109) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description
6107 <p>The tray from Rina Craft will help you keep things neat. It is also a lovely decoration. The tray is made from eco-friendly recycled paper yarn with high firmness and durability. With the characteristic dark beige color, the product brings a classic and gentle touch to your house.</p>
6108 <p>The 3-compartment storage tray from Rina Craft has wide and deep compartments. It is solid enough to hold your items without them falling out, and while being able to hold many handy items, the tray is also a lovely decoration thanks to its fresh matcha green color.</p>
6109 <p>Your desk will become more organized thanks to the 3-compartment tray from Rina Craft, which can hold many items thanks to its wide and deep compartment. And with its pure white color tone, the tray will be a great decoration that makes your space way more elegant.</p>
6110 <p>With a set of 3 trays from Rina Craft, you can make your desk or kitchen more tidy. The set comes in 3 different sizes for you to easily categorize your items and find them without much effort. In addition, the natural beige color of the paper will be a lovely decoration for your space.</p>
6111 <p>This storage tray set will be the savior for the unorganized items on your desk or kitchen. The set has 3 trays in 3 different sizes and a deep compartment, so it can store many things inside. Plus, the soothing matcha green color will highlight your space, bringing a cool and refreshing feeling.</p>
6112 <p>Rina Craft offers a set of 3 trays that are both convenient to store items and elegantly decorated in pure white. The tray is made from recycled paper yarn that doesn't get molded easily. And with its big, deep compartments, many types of items can be easily stored.</p>