SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    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, 
    13091, 12551, 12638, 12634, 12636, 
    12635, 12599, 12627, 12600, 12639, 
    15800, 12595, 12587, 12593, 12620, 
    12623, 12619, 12585, 12616, 12601, 
    12628, 12602, 12640, 12647, 12588, 
    12605, 12606, 12637, 12612, 12613, 
    12641, 12554, 12552, 12642
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00082

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 (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,13091,12551,12638,12634,12636,12635,12599,12627,12600,12639,15800,12595,12587,12593,12620,12623,12619,12585,12616,12601,12628,12602,12640,12647,12588,12605,12606,12637,12612,12613,12641,12554,12552,12642) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}