Fix subtyping between ParamSpecs (#15892)
Fixes https://github.com/python/mypy/issues/14169
Fixes https://github.com/python/mypy/issues/14168
Two sings here:
* Actually check prefix when we should
* `strict_concatenate` check should be off by default (IIUC it is not
mandated by the PEP)