Please is this prove is correct
\begin{align} (x,y)\in \overline{A_1\times A_2}&\Longleftrightarrow\forall V_X\in \mathcal{V}_X, V \cap(A_x\times A_y)\neq \emptyset\\ &\Longleftrightarrow \forall V_x\in \mathcal{V}_x, \forall V_2\in \mathcal{V}_y, (V_x\times V_y)\cap (A_1\times A_2)\neq \emptyset\\ &\Longleftrightarrow \forall V_x\in \mathcal{V}_x, \forall V_y\in \mathcal{V}_y, (V_x \cap A_1)\times (V_y\cap A_2)\neq \emptyset\\ &\Longleftrightarrow \forall V_x\in \mathcal{V}_x,\forall V_y\in \mathcal{V}_y, (V_x \cap A_1)\neq\emptyset~\text{and}~ (V_y\cap A_2)\neq\emptyset\\ &\Longleftrightarrow \forall V_x\in \mathcal{V}_x, (V_x \cap A_1)\neq\emptyset ~\text{and}~\forall V_y\in \mathcal{V}_y (V_y\cap A_2)\neq \emptyset\\ &\Longleftrightarrow (x,y)\in \overline{A_1}\times\overline{A_2} \end{align}
A minor quible as was already commented: you go from "every open neighbourhood $V$ of $(x,y)$ intersects $A_1 \times A_2$ to "for every neighbourhood $V_x$ of $x$ and every neighbourhood $V_y$ of $y$, $(V_x \times V_y)$ intersects $ A_1 \times A_2$". This is not a purely logical deduction (as you seem to imply ), but the consequence of a simple topological observation:
Fact: Let $X$ be a topological space with a base $\mathcal{B}$, then for every $x \in X$ and every $A \subseteq X$: $x \in \overline{A}$ iff for $\forall B \in \mathcal{B}: (x \in B) \rightarrow B \cap A \neq \emptyset$.
left to right is trivial, as base elements are just open sets, but for right to left: let $O$ be open in $X$ with $X \in O$. The as $\mathcal{B}$ is a base, there is some $B \in \mathcal{B}$ with $x \in B \subseteq O$. By the right side condition, $A \cap B \neq \emptyset$ so a fortiori: $A \cap O \neq \emptyset$, so $x \in \overline{A}$, as $O$ was arbitrary.
So closure testing can be done with base elements only. The above fact is used implicitly in a lot of proofs. It also suffices to test inverse images of base sets of continuity etc.
So you could remark that this biimplication does hold, because sets of the form $U \times V$ form a base for the product topology.