SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10456, 10455, 12702, 10446, 12579, 12580, 
    12700, 10444, 10443, 10442, 10441, 
    10440, 10439, 10438, 10437, 10436, 
    10435, 10434, 10433, 10432, 10431, 
    10430, 10429, 10428, 10427, 10426, 
    10425, 12564, 10424, 10423, 10422, 
    10421, 10420, 10419, 10418, 10417, 
    12856, 10416, 10415, 10414, 12855, 
    12854, 12853, 10412, 10411, 10410, 
    10409, 10408, 10407, 10406, 15781, 
    10405, 10404, 10403, 10402, 10401, 
    10400, 10399, 10398, 10397, 10395, 
    10394, 10393, 10392
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00061

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 (10456,10455,12702,10446,12579,12580,12700,10444,10443,10442,10441,10440,10439,10438,10437,10436,10435,10434,10433,10432,10431,10430,10429,10428,10427,10426,10425,12564,10424,10423,10422,10421,10420,10419,10418,10417,12856,10416,10415,10414,12855,12854,12853,10412,10411,10410,10409,10408,10407,10406,15781,10405,10404,10403,10402,10401,10400,10399,10398,10397,10395,10394,10393,10392) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}