SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    12546, 12633, 12573, 12548, 12580, 12576, 
    12565, 12567, 12549, 12581, 12557, 
    12558, 12570, 12568, 12547, 12569, 
    12584, 12592, 12575, 12574, 12550, 
    12544, 12564, 12577, 12579, 12555, 
    12560, 12556, 12561, 12572, 12583, 
    12591, 12582, 12590, 12571, 12632, 
    12631, 15938, 12638, 12599, 12627, 
    12600, 12639, 15800, 12616, 12601, 
    12628, 12602, 12640, 12647, 12605, 
    12606, 12637, 12612, 12613, 12641, 
    12642, 12648, 12611, 12596, 12607, 
    12608, 12610, 12643, 12649, 12609, 
    12644, 12650, 12645, 12651, 12597, 
    12615, 12603, 12629, 12604
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00038

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": 97.40259552,
      "attached_condition": "cscart_ab__video_gallery.product_id in (12546,12633,12573,12548,12580,12576,12565,12567,12549,12581,12557,12558,12570,12568,12547,12569,12584,12592,12575,12574,12550,12544,12564,12577,12579,12555,12560,12556,12561,12572,12583,12591,12582,12590,12571,12632,12631,15938,12638,12599,12627,12600,12639,15800,12616,12601,12628,12602,12640,12647,12605,12606,12637,12612,12613,12641,12642,12648,12611,12596,12607,12608,12610,12643,12649,12609,12644,12650,12645,12651,12597,12615,12603,12629,12604) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}