Cantelli's inequality says $\Pr[X > 0] \ge \frac{E[X^+]^2}{E[X^2]}$. If $E[X]=0$ and $E[X^2]=1$, the fourth moment bound, $E|X|\ge\frac{E[X^2]^{3/2}}{E[X^4]^{1/2}}$, can give $$\Pr[X > 0] \ge E[X^+]^2 = E\left[\frac{X+|X|}{2}\right]^2 = \frac14 E[|X|]^2 \ge \frac1{4E[X^4]}.$$ (With more care this can be improved to $\frac{2 \sqrt{3}-3}{E[X^4]}\approx\frac1{2.1547 E[X^4]}$.)
If we instead have two random variables $X,Y$, I'm wondering if there is a way to lower bound $\Pr[X > 0 \text{ and } Y > 0]$ using the moments of $(X, Y)$?
Berge's 2-dimensional inequality and the multivariate Chebyshev inequality both concern the norm $(X^2+Y^2)^{3/2}$, which treats positive and negative values the same. If $(X,Y)$ was a sum of smaller increments, I could use Berry Esseen to bound $\Pr[X > 0 \text{ and } Y > 0]$ in terms of $E[(X^2+Y^2)^{3/2}]$.
Using the Cauchy Schwarz method from Cantelli's proof, we can easily show $\Pr[X>0, Y>0] \ge \frac{E[X^+Y^+]^2}{E[X^2Y^2]}$ (where $X^+ = X[X > 0]$), however unlike in the case of Cantelli, we can't just say $E[X^+Y^+] \ge E[XY]$, since $E[XY] = E[X^+Y^+ - X^+Y^- - X^-Y^+ + X^-Y^-]$ and $E[X^-Y^-]$ could perhaps be big.
Edit: I expect the marginals $X$ and $Y$ to be close to symmetric, so $\Pr[X>0]$ and $\Pr[Y>0]$ are not larger than 1/2 individually. This prevents me from using a union bound.





There are several lower bounds one could use. For instance, we have for any two events $A$ and $B$, \begin{equation} P(A \cap B) \ge P(A) + P(B) - 1 \end{equation} In our case, $A = \{X > 0\}$ and $B = \{Y > 0\}$. You can then apply the Cantelli inequality for each term. If $A$ and $B$ are independent, you do get a more useful bound, obviously.