SELECT 
  * 
FROM 
  cscart_product_bundles as bundles 
  LEFT JOIN cscart_product_bundle_descriptions as descriptions ON bundles.bundle_id = descriptions.bundle_id 
  AND descriptions.lang_code = 'ru' 
WHERE 
  1 = 1 
  AND bundles.display_in_promotions = 'Y' 
  AND bundles.status = 'A' 
  AND IF(
    bundles.date_from, bundles.date_from <= 1776201912, 
    1
  ) 
  AND IF(
    bundles.date_to, bundles.date_to >= 1776201912, 
    1
  ) 
GROUP BY 
  bundles.bundle_id 
ORDER BY 
  bundles.bundle_id asc

Query time 0.01400

JSON explain

{
  "query_block": {
    "select_id": 1,
    "filesort": {
      "sort_key": "bundles.bundle_id",
      "temporary_table": {
        "nested_loop": [
          {
            "table": {
              "table_name": "bundles",
              "access_type": "ALL",
              "rows": 3,
              "filtered": 100,
              "attached_condition": "bundles.display_in_promotions = 'Y' and bundles.`status` = 'A' and if(bundles.date_from,bundles.date_from <= 1776201912,1) and if(bundles.date_to,bundles.date_to >= 1776201912,1)"
            }
          },
          {
            "table": {
              "table_name": "descriptions",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "10",
              "used_key_parts": ["bundle_id", "lang_code"],
              "ref": ["cscart.bundles.bundle_id", "const"],
              "rows": 1,
              "filtered": 100,
              "attached_condition": "trigcond(descriptions.lang_code = 'ru')"
            }
          }
        ]
      }
    }
  }
}

Result

bundle_id company_id products date_from date_to display_in_promotions status linked_promotion_id name storefront_name description lang_code
1 1 a:1:{i:0;a:6:{s:10:"product_id";i:12;s:6:"amount";i:3;s:13:"modifier_type";s:13:"by_percentage";s:8:"modifier";d:33.33;s:20:"show_on_product_page";s:1:"Y";s:3:"aoc";s:1:"Y";}} 0 0 Y A 25 Комплект спортивных брюк Комплект спортивных брюк Купите 3 пары брюк по цене 2 ru
2 1 a:3:{i:0;a:5:{s:10:"product_id";i:39;s:6:"amount";i:1;s:13:"modifier_type";s:13:"by_percentage";s:8:"modifier";i:50;s:20:"show_on_product_page";s:1:"Y";}i:1;a:5:{s:10:"product_id";i:51;s:6:"amount";i:1;s:13:"modifier_type";s:13:"by_percentage";s:8:"modifier";i:50;s:20:"show_on_product_page";s:1:"Y";}i:2;a:5:{s:10:"product_id";i:52;s:6:"amount";i:1;s:13:"modifier_type";s:13:"by_percentage";s:8:"modifier";i:50;s:20:"show_on_product_page";s:1:"Y";}} 0 0 Y A 26 Аудиокомплект для автомобиля Аудиокомплект для автомобиля Всё, что нужно для автомобиля, в одном комплекте и со скидкой 50% ru
3 1 a:3:{i:0;a:5:{s:10:"product_id";i:237;s:6:"amount";i:1;s:13:"modifier_type";s:13:"by_percentage";s:8:"modifier";i:33;s:20:"show_on_product_page";s:1:"Y";}i:1;a:5:{s:10:"product_id";i:230;s:6:"amount";i:1;s:13:"modifier_type";s:13:"by_percentage";s:8:"modifier";i:33;s:20:"show_on_product_page";s:1:"Y";}i:2;a:5:{s:10:"product_id";i:234;s:6:"amount";i:1;s:13:"modifier_type";s:13:"by_percentage";s:8:"modifier";i:33;s:20:"show_on_product_page";s:1:"Y";}} 0 0 Y A 27 Набор для походов Набор для походов Всё, что нужно путешественнику, со скидкой 33% ru