SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    12944, 10043, 10044, 10045, 10046, 10047, 
    10048, 10050, 10051, 10052, 10054, 
    10055, 10056, 10057, 10058, 10059, 
    10060, 10061, 10062, 10063, 10064, 
    10065, 10066, 10067, 10068, 10069, 
    10070, 10071, 10072, 10024, 10025, 
    10026, 10027, 10028, 10029, 10030, 
    10031, 10032, 10033, 10034, 10035, 
    10036, 10037, 10038, 10039, 10040, 
    9984, 9985, 9986, 9987, 9988, 9989, 
    9990, 9991, 9992, 9993, 9994, 9995, 
    9996, 9997, 9998, 9999, 9972, 9973
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00071

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 (12944,10043,10044,10045,10046,10047,10048,10050,10051,10052,10054,10055,10056,10057,10058,10059,10060,10061,10062,10063,10064,10065,10066,10067,10068,10069,10070,10071,10072,10024,10025,10026,10027,10028,10029,10030,10031,10032,10033,10034,10035,10036,10037,10038,10039,10040,9984,9985,9986,9987,9988,9989,9990,9991,9992,9993,9994,9995,9996,9997,9998,9999,9972,9973) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}