SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    12650, 12649, 12643, 12640, 12647, 15800, 
    12639, 12641, 12638, 12637, 12634, 
    12635, 12636, 12654, 12653, 12652, 
    12656, 12655, 12646, 12631, 12998, 
    12997, 12996, 12995, 10826, 10825, 
    10824, 10823, 10822, 10821, 10820, 
    10819
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00060

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": 41.55844116,
      "attached_condition": "cscart_ab__video_gallery.product_id in (12650,12649,12643,12640,12647,15800,12639,12641,12638,12637,12634,12635,12636,12654,12653,12652,12656,12655,12646,12631,12998,12997,12996,12995,10826,10825,10824,10823,10822,10821,10820,10819) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}

Result

video_id product_id
141 10822
143 10823
146 10825
147 10826
149 10820
150 10819
151 10821
153 10824