Let $p(t) = at^2 + bt + c \in \mathbb{R}[x]$ be a degree $2$ polynomial.
Let $r(x, y) = \frac{a(x, y)}{b(x, y)} \in \mathbb{R}[x, y]$ be a rational function in $x$ and $y$.
I am interested in a closed form for integrals of the form
$$\int_{t_1}^{t_2} r(t, \sqrt{p(t)}) dt$$
Does such a closed form even exist? Or if not, then perhaps there is a broad class of polynomials $p$ for which it does. For instance, if $p(t) = t^2 + c^2$ or $p(t) = t^2 - c^2$?
I am not aware of any general closed form for such an integral. However, several special cases exist. Let, $p(t)$ be a general second-degree polynomial as you defined above. For functions of the form $r(t,\sqrt{p(t)})$, one case when closed forms exist is if $b(t,\sqrt{p(t)})=\left[a\left(t,\sqrt{p(t)}\right)\right]^2$ and $a(t,\sqrt{p(t)}):= \sqrt{p(t)}$ . We have
$$ \int\dfrac{\sqrt{at^2+bt+c}}{at^2+bt+c}\,dt = \dfrac{1}{\sqrt{a}}\,\ln\,\left|2a\sqrt{\frac{4ac-b^2}{a}}\sqrt{t\cdot\left(at+b\right)+c}+\sqrt{4ac-b^2}\left(2at+b\right)\right| + C \tag{1}$$ To obtain a closed form for the class of polynomials where $p(t)=t^2 + c^2$, you can just set $a=1$, $b=0$ and $c=c^2$ in $(1)$. This gives us
$$ \int\dfrac{\sqrt{t^2+c^2}}{t^2+c^2}\,dt = \ln\,\Bigg|c\sqrt{t^2+c^2}+ct\Bigg| +C .\tag{2} $$ I could not find one such closed form for $p(t)=t^2 -c^2$ without using complex integration.
Note that this might not be the complete list of all closed forms but this should get you started.