SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10478, 9883, 9901, 10493, 10485, 10476, 
    10479, 10494, 10492, 10468, 9903, 10487, 
    9899, 10473, 10486, 9881, 9896, 9892, 
    10481, 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
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00051

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": 67.5324707,
      "attached_condition": "cscart_ab__video_gallery.product_id in (10478,9883,9901,10493,10485,10476,10479,10494,10492,10468,9903,10487,9899,10473,10486,9881,9896,9892,10481,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) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}