I think the polynomial
$$f(x)=\frac{bc(x - b)(x-c)}{(a - b)(a-c)} + \frac{ac(x - a)(x - c)}{(b - a)(b - c)} + \frac{ab(x-a)(x-b)}{(c-a)(c-b)}$$
may be easy to find, but I am a bit unexperienced. So, I would be glad to get some help!
$$f(a) = bc,\>\>\>f(b) = ac,\>\>\>f(c) = ab$$
which is what the polynomial should satisfy.
The opening is a standard way but is not easy to simplify. May try in symmetrical manner,
$$af(a)=bf(b)=cf(c)=abc$$
Now,
$$xf(x)-abc=k(x-a)(x-b)(x-c)$$
For $f(x)$ being a polynomial, $k=1$ which is what @Raffaele commented.
Furthermore, you may observe that
$\dfrac{bc}{(a-b)(a-c)} +\dfrac{ca}{(b-c)(b-a)} +\dfrac{ab}{(c-a)(c-b)} \equiv 1$
$\dfrac{bc(b+c)}{(a-b)(a-c)} +\dfrac{ca(c+a)}{(b-c)(b-a)} +\dfrac{ab(a+b)}{(c-a)(c-b)} \equiv a+b+c$
$\dfrac{(bc)^2}{(a-b)(a-c)} +\dfrac{(ca)^2}{(b-c)(b-a)} +\dfrac{(ab)^2}{(c-a)(c-b)} \equiv bc+ca+ab$