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' 
  INNER JOIN cscart_ult_objects_sharing ON (
    cscart_ult_objects_sharing.share_object_id = cscart_promotions.promotion_id 
    AND cscart_ult_objects_sharing.share_company_id = 1 
    AND cscart_ult_objects_sharing.share_object_type = 'promotions'
  ) 
WHERE 
  1 
  AND IF(
    from_date, from_date <= 1768426413, 
    1
  ) 
  AND IF(to_date, to_date >= 1768426413, 1) 
  AND status IN ('A', 'H') 
  AND cscart_promotions.zone = 'cart' 
ORDER BY 
  cscart_promotions.priority asc

Query time 0.00029

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_promotions.priority",
        "table": {
          "table_name": "cscart_promotions",
          "access_type": "ALL",
          "possible_keys": ["PRIMARY"],
          "rows": 3,
          "filtered": 100,
          "attached_condition": "if(cscart_promotions.from_date,cscart_promotions.from_date <= 1768426413,1) and if(cscart_promotions.to_date,cscart_promotions.to_date >= 1768426413,1) and cscart_promotions.`status` in ('A','H') and cscart_promotions.zone = 'cart'"
        }
      }
    },
    "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": ["rfswire_cart.cscart_promotions.promotion_id", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_promotion_descriptions.lang_code = 'en')"
    },
    "table": {
      "table_name": "cscart_ult_objects_sharing",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "159",
      "used_key_parts": [
        "share_object_id",
        "share_company_id",
        "share_object_type"
      ],
      "ref": ["rfswire_cart.cscart_promotions.promotion_id", "const", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "cscart_ult_objects_sharing.share_object_id = cscart_promotions.promotion_id and cscart_ult_objects_sharing.share_object_type = 'promotions'",
      "using_index": true
    }
  }
}

Result

promotion_id company_id conditions bonuses to_date from_date priority stop zone conditions_hash status number_of_usages users_conditions_hash name detailed_description short_description
4 1 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:"DEMO";}}} a:2:{i:1;a:4:{s:5:"bonus";s:20:"discount_on_products";s:5:"value";s:9:"5897,5898";s:14:"discount_bonus";s:8:"to_fixed";s:14:"discount_value";d:240.55000000000001136868377216160297393798828125;}i:2;a:4:{s:5:"bonus";s:20:"discount_on_products";s:5:"value";s:9:"5895,5896";s:14:"discount_bonus";s:8:"to_fixed";s:14:"discount_value";d:191.25;}} 0 0 0 N cart coupon_code=DEMO A 0 Demo