SELECT 
  cscart_promotions.*, 
  cscart_promotion_descriptions.name, 
  cscart_promotion_descriptions.detailed_description, 
  cscart_promotion_descriptions.short_description 
FROM 
  cscart_promotions 
  LEFT JOIN cscart_promotion_descriptions ON cscart_promotion_descriptions.promotion_id = cscart_promotions.promotion_id 
  AND cscart_promotion_descriptions.lang_code = 'en' 
  LEFT JOIN cscart_storefronts_promotions AS storefronts_promotions ON storefronts_promotions.promotion_id = cscart_promotions.promotion_id 
WHERE 
  1 
  AND IF(
    from_date, from_date <= 1771291343, 
    1
  ) 
  AND IF(to_date, to_date >= 1771291343, 1) 
  AND status IN ('A', 'H') 
  AND cscart_promotions.zone = 'cart' 
  AND (
    storefronts_promotions.storefront_id = 1 
    OR storefronts_promotions.storefront_id IS NULL
  ) 
ORDER BY 
  cscart_promotions.stop_other_rules desc, 
  cscart_promotions.priority asc

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.06"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "2.30"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "storefronts_promotions",
            "access_type": "system",
            "rows_examined_per_scan": 0,
            "rows_produced_per_join": 1,
            "filtered": "0.00",
            "const_row_not_found": true,
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.10",
              "prefix_cost": "0.00",
              "data_read_per_join": "16"
            },
            "used_columns": [
              "storefront_id",
              "promotion_id"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_promotions",
            "access_type": "ALL",
            "rows_examined_per_scan": 23,
            "rows_produced_per_join": 2,
            "filtered": "10.00",
            "cost_info": {
              "read_cost": "3.30",
              "eval_cost": "0.23",
              "prefix_cost": "3.53",
              "data_read_per_join": "183"
            },
            "used_columns": [
              "promotion_id",
              "company_id",
              "conditions",
              "bonuses",
              "to_date",
              "from_date",
              "priority",
              "stop",
              "stop_other_rules",
              "zone",
              "conditions_hash",
              "status",
              "number_of_usages",
              "users_conditions_hash"
            ],
            "attached_condition": "((0 <> if(`wearethehelpful_scalesta_net`.`cscart_promotions`.`from_date`,(`wearethehelpful_scalesta_net`.`cscart_promotions`.`from_date` <= 1771291343),1)) and (0 <> if(`wearethehelpful_scalesta_net`.`cscart_promotions`.`to_date`,(`wearethehelpful_scalesta_net`.`cscart_promotions`.`to_date` >= 1771291343),1)) and (`wearethehelpful_scalesta_net`.`cscart_promotions`.`status` in ('A','H')) and (`wearethehelpful_scalesta_net`.`cscart_promotions`.`zone` = 'cart'))"
          }
        },
        {
          "table": {
            "table_name": "cscart_promotion_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "promotion_id",
              "lang_code"
            ],
            "key_length": "9",
            "ref": [
              "wearethehelpful_scalesta_net.cscart_promotions.promotion_id",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 2,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "0.00",
              "eval_cost": "0.23",
              "prefix_cost": "3.76",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "promotion_id",
              "name",
              "short_description",
              "detailed_description",
              "lang_code"
            ]
          }
        }
      ]
    }
  }
}

Result

promotion_id company_id conditions bonuses to_date from_date priority stop stop_other_rules zone conditions_hash status number_of_usages users_conditions_hash name detailed_description short_description
34 0 a:3:{s:3:"set";s:3:"all";s:9:"set_value";s:1:"1";s:10:"conditions";a:0:{}} a:0:{} 0 0 0 N N cart H 0 TMCElevate <p><strong>When life happens, She Needs Movement.</strong></p> <p>That’s why we’ve teamed up with our incredible partner, <em>Elevate by Lauren Anderson</em> &mdash; a beautifully supportive, energising Pilates membership that meets you exactly where you are.</p> <p>As part of our ongoing support for real-life moments, we’re offering&nbsp;<strong style="color: var(--redactor2-text-color);">TMC Edinburgh members</strong><span style="color: var(--redactor2-text-color);"> get access to </span><strong style="color: var(--redactor2-text-color);">exclusive Elevate content and seasonal challenges</strong><span style="color: var(--redactor2-text-color);">, curated to help you reconnect with your body, your breath, and a bit of you-time - whenever and however you can.</span></p> <p>This is movement that honours your pace, your space, and your needs.</p> <p></p><p><strong>She Needs Movement.</strong></p><p><span style="color: var(--redactor2-text-color);">We’ve partnered with Elevate by Lauren Anderson to offer exclusive content and challenges created just for TMC Edinburgh members.</span></p><p></p>
24 0 a:3:{s:3:"set";s:3:"all";s:9:"set_value";s:1:"1";s:10:"conditions";a:2:{i:1;a:3:{s:8:"operator";s:3:"gte";s:9:"condition";s:8:"subtotal";s:5:"value";d:100;}i:2;a:3:{s:8:"operator";s:2:"eq";s:9:"condition";s:11:"coupon_code";s:5:"value";s:3:"123";}}} a:1:{i:1;a:2:{s:5:"bonus";s:13:"free_shipping";s:5:"value";s:1:"1";}} 0 0 1 N N cart subtotal=100;coupon_code=123 A 0 Free shipping <p>We'll ship any order above $100 for free</p>
23 0 a:3:{s:3:"set";s:3:"all";s:9:"set_value";s:1:"1";s:10:"conditions";a:1:{i:5;a:3:{s:8:"operator";s:2:"in";s:9:"condition";s:8:"products";s:5:"value";a:1:{i:1267114885;a:2:{s:10:"product_id";s:3:"248";s:6:"amount";s:1:"1";}}}}} a:1:{i:3;a:4:{s:5:"bonus";s:20:"discount_on_products";s:5:"value";s:3:"248";s:14:"discount_bonus";s:13:"by_percentage";s:14:"discount_value";d:5;}} 0 0 2 N N cart products=1267114885 A 0 X-Box discount <p>5% off the price of this gaming console</p>
19 0 a:3:{s:3:"set";s:3:"all";s:9:"set_value";s:1:"1";s:10:"conditions";a:2:{i:1;a:3:{s:8:"operator";s:2:"eq";s:9:"condition";s:8:"shipping";s:5:"value";s:1:"1";}i:2;a:3:{s:8:"operator";s:3:"gte";s:9:"condition";s:8:"subtotal";s:5:"value";d:100;}}} a:1:{i:1;a:3:{s:5:"bonus";s:14:"order_discount";s:14:"discount_bonus";s:8:"by_fixed";s:14:"discount_value";s:1:"8";}} 0 0 4 N N cart shipping=1;subtotal=100 A 1 Discount on pick-up <p>$8 off for collecting orders from our store</p>
18 0 a:3:{s:3:"set";s:3:"all";s:9:"set_value";s:1:"1";s:10:"conditions";a:1:{i:1;a:3:{s:8:"operator";s:2:"eq";s:9:"condition";s:11:"coupon_code";s:5:"value";s:8:"EMAIL-10";}}} a:1:{i:1;a:3:{s:5:"bonus";s:14:"order_discount";s:14:"discount_bonus";s:13:"by_percentage";s:14:"discount_value";s:2:"10";}} 0 0 5 N N cart coupon_code=EMAIL-10 A 0 DEMO Store discount <p>10% off our entire range of products</p>