I am currently getting the retweeters Id using this GET statuses/retweeters/ids, but this only takes one tweet id at one time, is there a method which would allow us to batch up the tweets ids in once query call.
No, there is not. Consider using the Streaming API if you’re interested in working with retweets; it’s better to catch them in real time than to try and rewind time.