In your first drawing you had 192.168.11.0/24 addresses on the links to both gateways. So I guessed that you did not have this setup already. When yyou say:
don't want to change something I'm not supposed to
it makes me think you have a production network running at the moment, with some version of connections close to what is in the drawing. If that is the case, then you are going to need to find some "late night" down time and make sure to backup all config before changing/testing.
From my head, the process is:
Set LAN address to 192.168.11.26/24
Set WAN address to 192.168.111.27/24 and add a gateway to 192.168.111.250 - it will be the default gateway "by default":)
Assign OPT1 to the NIC for the backup link, give it 192.168.211.28/24 and add a gateway to 192.168.211.254
Edit each gateway, specify an alternate monitor IP that is on the real internet and responds to ping (e.g. 8.8.8.8 and 8.8.4.4) - it is no good monitoring just the 192.168.n.n gateway addresses, they are likely to be up all the time.
Add an alias that includes all the private networks you are using. The easy way is to make an alias "Private192" for 192.168.0.0/16
Add a Gateway Group "MPLSpriority" - make WANGW tier 1, OPT1GW tier 2.
Add a rule on LAN, before the allow all rule, that says:
source LANnet destination not Private192, gateway MPLSpriority
(the gateway for a rule is in the advanced section of the Firewall Rule Edit GUI page)
What have I forgotten?