SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    13029, 13030, 10106, 10105, 10104, 10103, 
    10625, 10626, 10627, 10628, 10629, 
    10630, 10631, 10632, 10633, 10634, 
    10635, 10636, 10403, 10404, 10405, 
    15781, 10406, 10407, 10408, 10409, 
    10410, 10411, 10412, 12853, 12854, 
    12855, 10414, 10415, 10416, 12856, 
    10417, 10418, 10419, 10420, 10421, 
    10422, 10423, 10424, 10384, 10383, 
    10382, 10753, 10754, 10755, 10296, 
    10297, 10298, 10299, 10300, 10446, 
    10756, 10757, 10758, 13031, 13032, 
    13033, 13034, 13035, 13036, 13037, 
    13038, 13039, 13040, 13041, 13042, 
    13043, 13044
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00153

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": 94.80519104,
      "attached_condition": "cscart_ab__video_gallery.product_id in (13029,13030,10106,10105,10104,10103,10625,10626,10627,10628,10629,10630,10631,10632,10633,10634,10635,10636,10403,10404,10405,15781,10406,10407,10408,10409,10410,10411,10412,12853,12854,12855,10414,10415,10416,12856,10417,10418,10419,10420,10421,10422,10423,10424,10384,10383,10382,10753,10754,10755,10296,10297,10298,10299,10300,10446,10756,10757,10758,13031,13032,13033,13034,13035,13036,13037,13038,13039,13040,13041,13042,13043,13044) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}