SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10071, 10067, 10051, 10060, 10055, 10043, 
    10068, 10065, 10061, 10050, 10056, 
    10044, 10069, 10066, 12671, 12672, 
    15779, 12673, 12674, 12675, 12676, 
    12677, 12678, 12679, 9687, 10024, 10025, 
    10026, 10027, 10028, 10029, 10030, 
    10031, 10032, 10033, 10034, 10035, 
    10036, 10037, 10038, 10039, 10040, 
    10756, 10757, 10758, 10397, 10398, 
    10399, 10400, 10401, 10402, 12700, 
    12546, 12633, 12573, 12548, 12580, 
    12576, 12565, 12567, 12549, 12581, 
    12557, 12558
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00041

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 (10071,10067,10051,10060,10055,10043,10068,10065,10061,10050,10056,10044,10069,10066,12671,12672,15779,12673,12674,12675,12676,12677,12678,12679,9687,10024,10025,10026,10027,10028,10029,10030,10031,10032,10033,10034,10035,10036,10037,10038,10039,10040,10756,10757,10758,10397,10398,10399,10400,10401,10402,12700,12546,12633,12573,12548,12580,12576,12565,12567,12549,12581,12557,12558) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}