There isn't much you can do about speeding up Light2D on slow devices. You could replace Light2D with sprites that use an additive blend mode, but these can't cast shadows and will look different from actual lights.
Just make sure to use the GLES2 renderer so you can benefit from 2D batching and light scissoring optimizations.