when $x_1$ and $x_2$ are dependent, we know that $E[x_1x_2]^2 \neq E[x^2_1]E[x^2_2]$.
Is it possible to express $E[x_1x_2]^2$ in terms of $E[x^2_1]$ and $E[x^2_2]$?
I only know that $\quad var[x_i]=E[x^2_i]-E[x_i]^2$ and $cov[x_1,x_2]=E[x_1x_2]-E[x_1]E[x_2]$, but it doesn't help.
Just square the relationship for covariance,
$$cov[x_1,x_2]+E[x_1]E[x_2] = E[x_1x_2]\\ \implies (cov[x_1,x_2]+E[x_1]E[x_2])^2 = E[x_1x_2]^2\\ \implies cov[x_1,x_2]^2 + 2cov[x_1,x_2]E[x_1]E[x_2] + E[x_1]^2E[x_2]^2 = E[x_1x_2]^2$$