Don't use machine precision
(sol = NSolve[equations, vars1cut, Reals, WorkingPrecision -> 15])//N
(* NSolve::infsolns: Infinite solution set has dimension at least 1. Returning intersection of solutions with (104356 A)/150069+(61196 c1)/50023-(136940 c2)/150069-(121297 c3)/150069-(54409 \[Delta])/50023 == 1.
(* {{A -> -2.35668, \[Delta] -> 0.0895403, c1 -> -2.35668, c2 -> 5.5764,
c3 -> -13.2477}, {A -> -2.40157, \[Delta] -> -0.715077,
c1 -> -2.40157, c2 -> 5.54307,
c3 -> -12.2339}, {A -> 0.0070787, \[Delta] -> -0.715077,
c1 -> 0.0070787, c2 -> -0.224425,
c3 -> -0.00476661}, {A -> 1.26553, \[Delta] -> -0.715077,
c1 -> 1.26553, c2 -> 1.37709, c3 -> 1.17459}} *)
Verifying the solutions,
equations /. sol
(* {{True, True, True, True, True}, {True, True, True, True, True}, {True, True,
True, True, True}, {True, True, True, True, True}} *)
Solve will give the general solution in terms of c1 (i.e., c1 can take arbitrary real values).
sol2 = Solve[equations, vars1cut, Reals]
(* Solve::svars: Equations may not give solutions for all "solve" variables.
{{A -> c1, \[Delta] -> -(2/
3) (5 - 23 c1^2 +
23 Root[-27 - 860 c1^2 + 13712 c1^4 - 63480 c1^6 +
97336 c1^8 + (860 - 27424 c1^2 + 190440 c1^4 -
389344 c1^6) #1 + (13712 - 190440 c1^2 +
584016 c1^4) #1^2 + (63480 - 389344 c1^2) #1^3 + 97336 #1^4 &,
1]) - 1/3 Sqrt[
2] \[Sqrt](53 - 460 c1^2 + 1058 c1^4 +
460 Root[-27 - 860 c1^2 + 13712 c1^4 - 63480 c1^6 +
97336 c1^8 + (860 - 27424 c1^2 + 190440 c1^4 -
389344 c1^6) #1 + (13712 - 190440 c1^2 +
584016 c1^4) #1^2 + (63480 - 389344 c1^2) #1^3 + 97336 #1^4 &,
1] - 2116 c1^2 Root[-27 - 860 c1^2 + 13712 c1^4 - 63480 c1^6 +
97336 c1^8 + (860 - 27424 c1^2 + 190440 c1^4 -
389344 c1^6) #1 + (13712 - 190440 c1^2 +
584016 c1^4) #1^2 + (63480 - 389344 c1^2) #1^3 + 97336 #1^4 &,
1] + 1058 Root[-27 - 860 c1^2 + 13712 c1^4 - 63480 c1^6 +
97336 c1^8 + (860 - 27424 c1^2 + 190440 c1^4 -
389344 c1^6) #1 + (13712 - 190440 c1^2 +
584016 c1^4) #1^2 + (63480 - 389344 c1^2) #1^3 + 97336 #1^4 &,
1]^2), c2 ->
Root[-27 - 860 c1^2 + 13712 c1^4 - 63480 c1^6 +
97336 c1^8 + (860 - 27424 c1^2 + 190440 c1^4 -
389344 c1^6) #1 + (13712 - 190440 c1^2 +
584016 c1^4) #1^2 + (63480 - 389344 c1^2) #1^3 + 97336 #1^4 &, 1],
c3 -> 1/2 (-4 c1^3 +
6 c1 Root[-27 - 860 c1^2 + 13712 c1^4 - 63480 c1^6 +
97336 c1^8 + (860 - 27424 c1^2 + 190440 c1^4 -
389344 c1^6) #1 + (13712 - 190440 c1^2 +
584016 c1^4) #1^2 + (63480 - 389344 c1^2) #1^3 + 97336 #1^4 &,
1])}, {A ->
c1, \[Delta] -> -(2/
3) (5 - 23 c1^2 +
23 Root[-27 - 860 c1^2 + 13712 c1^4 - 63480 c1^6 +
97336 c1^8 + (860 - 27424 c1^2 + 190440 c1^4 -
389344 c1^6) #1 + (13712 - 190440 c1^2 +
584016 c1^4) #1^2 + (63480 - 389344 c1^2) #1^3 + 97336 #1^4 &,
2]) + 1/3 Sqrt[
2] \[Sqrt](53 - 460 c1^2 + 1058 c1^4 +
460 Root[-27 - 860 c1^2 + 13712 c1^4 - 63480 c1^6 +
97336 c1^8 + (860 - 27424 c1^2 + 190440 c1^4 -
389344 c1^6) #1 + (13712 - 190440 c1^2 +
584016 c1^4) #1^2 + (63480 - 389344 c1^2) #1^3 + 97336 #1^4 &,
2] - 2116 c1^2 Root[-27 - 860 c1^2 + 13712 c1^4 - 63480 c1^6 +
97336 c1^8 + (860 - 27424 c1^2 + 190440 c1^4 -
389344 c1^6) #1 + (13712 - 190440 c1^2 +
584016 c1^4) #1^2 + (63480 - 389344 c1^2) #1^3 + 97336 #1^4 &,
2] + 1058 Root[-27 - 860 c1^2 + 13712 c1^4 - 63480 c1^6 +
97336 c1^8 + (860 - 27424 c1^2 + 190440 c1^4 -
389344 c1^6) #1 + (13712 - 190440 c1^2 +
584016 c1^4) #1^2 + (63480 - 389344 c1^2) #1^3 + 97336 #1^4 &,
2]^2), c2 ->
Root[-27 - 860 c1^2 + 13712 c1^4 - 63480 c1^6 +
97336 c1^8 + (860 - 27424 c1^2 + 190440 c1^4 -
389344 c1^6) #1 + (13712 - 190440 c1^2 +
584016 c1^4) #1^2 + (63480 - 389344 c1^2) #1^3 + 97336 #1^4 &, 2],
c3 -> 1/2 (-4 c1^3 +
6 c1 Root[-27 - 860 c1^2 + 13712 c1^4 - 63480 c1^6 +
97336 c1^8 + (860 - 27424 c1^2 + 190440 c1^4 -
389344 c1^6) #1 + (13712 - 190440 c1^2 +
584016 c1^4) #1^2 + (63480 - 389344 c1^2) #1^3 + 97336 #1^4 &, 2])}} *)
For c1 == 1.
sol2 /. c1 -> 1.
(* {{A -> 1., \[Delta] -> -0.715077, c2 -> 0.775525,
c3 -> 0.326576}, {A -> 1., \[Delta] -> 0.0895403, c2 -> 1.02247,
c3 -> 1.06742}} *)
Solve[equations, vars1cut, Reals]do what you want here? There are two solution branches, and each one hasc1as a free variable so there are infinite solutions. $\endgroup$