Let $a,b$ be positive integers. Because binomial coefficients are integers, we know that $a!b!$ divides $(a+b)!$. For particular $a$ and $b$ there may be a gap $g$ with a tighter result, so $a!b!$ divides $(a+b-g)!$. To give two examples:
- $6!7!$ divides $10!$ (so the gap is 3)
- $187!239!$ divides $416!$ (so the gap is 10)
Let us define the gap $g$ for $a$ and $b$ as
$$ g(a,b) = \max\{\,w\in\Bbb N : a!\,b!\mid (a+b-w)!\}$$
We can plot the gap $g(a,b)$ as $a$ and $b$ vary. The plot is symmetric in $a$ and $b$, so if we only plot one half, we produce a figure like this:

What I would really like to ask is "What is going on with this figure?".
In the interests of providing an answerable question, let me instead ask "How often is the gap zero?" Specifically, can we estimate $$ z = \lim_{N\rightarrow\infty} \frac{\sum_{a=1}^{N}\sum_{b=1}^{N} \Large 𝟙_{g(a,b)=0}}{N^2}$$ In the figure above with $N=256$, 7.7% of the entries have $g(a,b)=0$.
Addendum: Mathworker21 made an interesting comment below that seems worth capturing. For any $a$, $$g(a,a!-1)=a-1$$ In particular, $g(a,b)$ grows unboundedly, and this class of examples in some sense achieves the fastest rate of growth.
Addendum #2: Tim Chow suggests considering one prime and asks what the $p$-adic version of the table looks like. Let $v_p()$ be the $p$-adic valuation and define $$g_p(a,b) = \max\{\,w\in\Bbb N : v_p(a!\,b!) \leq v_p((a+b-w)!)\}$$ This $g_p(a,b)$ is the same quantity considered in Kummer's theorem, which shows that $g_p(a,b)$ equals the number of carries when adding $a$ to $b$ in base-$p$ arithmetic.
Here are the corresponding (substantially cleaner) figures for $p=2,3,5$:
