A second route writes both sine terms using complex exponentials and multiplies them out directly, without reaching for the product to sum identity.
$\sin 2t = \dfrac{e^{i2t}-e^{-i2t}}{2i}$ and $\sin 4t = \dfrac{e^{i4t}-e^{-i4t}}{2i}$. Multiplying: $\sin 2t\sin 4t = \dfrac{-1}{4}\left[e^{i6t} - e^{-i2t} - e^{i2t} + e^{-i6t}\right] = \dfrac{-1}{4}\left[2\cos 6t - 2\cos 2t\right] = \dfrac{1}{2}(\cos 2t - \cos 6t)$, the same combination as before.
Using $L\{\cos at\} = \dfrac{s}{s^2+a^2}$ gives $L\{f(t)\} = \dfrac{1}{2}\left(\dfrac{s}{s^2+4} - \dfrac{s}{s^2+36}\right) = \dfrac{16s}{(s^2+4)(s^2+36)}$.
The exponential expansion confirms option A as the transform of $\sin 2t\sin 4t$.