This crash is not caused by LF_ReducedResearch.
The error assignID: technology with name 'carbon-fiber' does not exist happens before any mod's data-final-fixes code runs — your mod list appears in the crash report because Factorio lists all active mods, not because one of them caused it.
The actual conflict is between Bio-oil (which deletes the carbon-fiber technology) and Cloning Vat Building (which still lists carbon-fiber as a prerequisite). These two mods are incompatible with each other in your current versions. You would need to either:
Remove one of them, or
Check if there's an updated version of Cloning Vat Building that handles Bio-oil compatibility, or
Report the issue to the Cloning Vat Building author, since their mod should guard its prerequisites against deletion by other mods.