By the next release (1.34), MediaWiki should no longer support writing to only the MCR-unaware legacy revision storage schema.
RevisionStore already has several checks for $mcrMigrationStage in the constructor. This means that it should now fail if SCHEMA_COMPAT_WRITE_NEW is not set.
See also T231673: Make SCHEMA_COMPAT_NEW the default MCR migration schema.