SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10838, 10839, 12985, 12986, 12987, 12988, 
    12989, 12990, 12991, 12992, 12993, 
    12994, 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, 10063, 
    10052, 10072, 10046, 10059, 10064, 
    10057, 10048, 10062, 10070, 10058, 
    10045, 10054, 10047
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00048

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 (10838,10839,12985,12986,12987,12988,12989,12990,12991,12992,12993,12994,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,10063,10052,10072,10046,10059,10064,10057,10048,10062,10070,10058,10045,10054,10047) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}