SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    9876, 10474, 10491, 10489, 10471, 9880, 
    10472, 9885, 10488, 9897, 9895, 10467, 
    9900, 10470, 10466, 10477, 9889, 10475, 
    9890, 10483, 10495, 10490, 10469, 9877, 
    9894, 9891, 10480, 9893, 9878, 9886, 
    9882, 9888, 10482, 9776, 9777, 9781, 
    9775, 9778, 9779, 9780, 9782, 9790, 
    9787, 9791, 9792, 9795, 9784, 9785, 
    9783, 9786, 9788
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00046

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": 66.23376465,
      "attached_condition": "cscart_ab__video_gallery.product_id in (9876,10474,10491,10489,10471,9880,10472,9885,10488,9897,9895,10467,9900,10470,10466,10477,9889,10475,9890,10483,10495,10490,10469,9877,9894,9891,10480,9893,9878,9886,9882,9888,10482,9776,9777,9781,9775,9778,9779,9780,9782,9790,9787,9791,9792,9795,9784,9785,9783,9786,9788) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}