MOSEK experiences numerical problems usually (but not always) it is caused by bad scaling of the input data.
I can see you have bounds of the form
-alpha <= x <= alpha
where alpha is large positive number. They make your problem harder.
Do you expect those bounds to be binding? If not, then why not remove them.
Do you have small elements in the A matri, then truncating those to zero may also help.
I can see MOSEK dualize the problems sometimes that makes the problem numerically harder. You may consider to force MOSEK to solve the primal.