Partially support old NumPy plugin in parallel type checking (#21324)
Ref https://github.com/python/mypy/issues/21323
IIUC this will not fix the plugin completely unless we also call
`get_additional_deps()` in the workers (which would be weird IMO). But
most importantly the plugin will not crash unconditionally like now, but
will infer less precise types.