SELECT 
  cscart_promotions.*, 
  cscart_promotion_descriptions.name, 
  cscart_promotion_descriptions.detailed_description, 
  cscart_promotion_descriptions.short_description, 
  cscart_promotion_images.promotion_image_id 
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 
  LEFT JOIN cscart_promotion_images ON cscart_promotion_images.promotion_id = cscart_promotions.promotion_id 
  AND cscart_promotion_images.lang_code = 'en' 
WHERE 
  1 
  AND status IN ('A') 
  AND (
    storefronts_promotions.storefront_id = 1 
    OR storefronts_promotions.storefront_id IS NULL
  ) 
  AND cscart_promotions.promotion_id NOT IN (25, 26, 27) 
  AND 1 
ORDER BY 
  (
    IF(from_date > 1781393270, 1, 0) + IF(
      to_date 
      AND to_date < 1781393270, 
      2, 
      0
    )
  ) asc, 
  ABS(
    (
      IF(
        from_date > 1781393270, from_date, 
        to_date
      )/-1
    ) + 1781393270
  ) asc 
LIMIT 
  0, 12

Query time 0.00117

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.038926824,
    "filesort": {
      "sort_key": "if(cscart_promotions.from_date > 1781393270,1,0) + if(cscart_promotions.to_date <> 0 and cscart_promotions.to_date < 1781393270,2,0), abs(if(cscart_promotions.from_date > 1781393270,cscart_promotions.from_date,cscart_promotions.to_date) / -1 + 1781393270)",
      "temporary_table": {
        "nested_loop": [
          {
            "table": {
              "table_name": "cscart_promotions",
              "access_type": "ALL",
              "possible_keys": ["PRIMARY"],
              "loops": 1,
              "rows": 3,
              "cost": 0.0113438,
              "filtered": 100,
              "attached_condition": "cscart_promotions.`status` = 'A' and cscart_promotions.promotion_id not in (25,26,27)"
            }
          },
          {
            "table": {
              "table_name": "cscart_promotion_descriptions",
              "access_type": "eq_ref",
              "possible_keys": ["PRIMARY"],
              "key": "PRIMARY",
              "key_length": "9",
              "used_key_parts": ["promotion_id", "lang_code"],
              "ref": [
                "u508912950_dev_2025.cscart_promotions.promotion_id",
                "const"
              ],
              "loops": 3,
              "rows": 1,
              "cost": 0.00350252,
              "filtered": 100,
              "attached_condition": "trigcond(cscart_promotion_descriptions.lang_code = 'en')"
            }
          },
          {
            "block-nl-join": {
              "table": {
                "table_name": "storefronts_promotions",
                "access_type": "index",
                "key": "idx_storefront_id",
                "key_length": "4",
                "used_key_parts": ["storefront_id"],
                "loops": 3,
                "rows": 1,
                "cost": 0.018739415,
                "filtered": 100,
                "using_index": true
              },
              "buffer_type": "flat",
              "buffer_size": "116Kb",
              "join_type": "BNL",
              "attached_condition": "trigcond(storefronts_promotions.storefront_id = 1 or storefronts_promotions.storefront_id is null) and trigcond(storefronts_promotions.promotion_id = cscart_promotions.promotion_id)"
            }
          },
          {
            "table": {
              "table_name": "cscart_promotion_images",
              "access_type": "eq_ref",
              "possible_keys": ["promo"],
              "key": "promo",
              "key_length": "10",
              "used_key_parts": ["promotion_id", "lang_code"],
              "ref": [
                "u508912950_dev_2025.cscart_promotions.promotion_id",
                "const"
              ],
              "loops": 3,
              "rows": 1,
              "cost": 0.003442415,
              "filtered": 100,
              "attached_condition": "trigcond(cscart_promotion_images.promotion_id = cscart_promotions.promotion_id and cscart_promotion_images.lang_code = 'en')",
              "using_index": true
            }
          }
        ]
      }
    }
  }
}

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 promotion_image_id
40 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:4:"zaid";}}} a:1:{i:1;a:3:{s:5:"bonus";s:14:"order_discount";s:14:"discount_bonus";s:8:"to_fixed";s:14:"discount_value";s:2:"32";}} 0 0 0 N N cart coupon_code=zaid A 6 Test test