SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10785, 10786, 10787, 10788, 10789, 10790, 
    10791, 10767, 10768, 10769, 10770, 
    10771, 10772, 10773, 10774, 10775, 
    10776, 10777, 12944, 12985, 12986, 
    12987, 12988, 12989, 12990, 12991, 
    12992, 12993, 12994, 10063, 10052, 
    10072, 10046, 10059, 10064, 10057, 
    10048, 10062, 10070, 10058, 10045, 
    10054, 10047, 10071, 10067, 10051, 
    10060, 10055, 10043, 10068, 10065, 
    10061, 10050, 10056, 10044, 10069, 
    10066, 10024, 10025, 10026, 10027, 
    10028, 10029, 10030
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00640

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "ALL",
      "possible_keys": ["status", "product_id"],
      "rows": 77,
      "filtered": 83.11688232,
      "attached_condition": "cscart_ab__video_gallery.product_id in (10785,10786,10787,10788,10789,10790,10791,10767,10768,10769,10770,10771,10772,10773,10774,10775,10776,10777,12944,12985,12986,12987,12988,12989,12990,12991,12992,12993,12994,10063,10052,10072,10046,10059,10064,10057,10048,10062,10070,10058,10045,10054,10047,10071,10067,10051,10060,10055,10043,10068,10065,10061,10050,10056,10044,10069,10066,10024,10025,10026,10027,10028,10029,10030) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}