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, 10818, 10817, 10816, 10815, 
    10814, 10813, 13044, 13043, 13042, 
    13041, 13040, 13039, 13038, 13037, 
    13036, 13035, 13034, 13033, 13032, 
    13031, 13030, 13029, 13028, 13027, 
    13026, 13025, 13024, 13023, 13022, 
    13021, 13020, 13019
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00088

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 (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,10818,10817,10816,10815,10814,10813,13044,13043,13042,13041,13040,13039,13038,13037,13036,13035,13034,13033,13032,13031,13030,13029,13028,13027,13026,13025,13024,13023,13022,13021,13020,13019) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}

Result

video_id product_id
137 10813
139 10818
140 10817
141 10822
142 10814
143 10823
145 10816
146 10825
147 10826
148 10815
149 10820
150 10819
151 10821
153 10824