SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10529, 10528, 10527, 10526, 10525, 10524, 
    10522, 10495, 10494, 10493, 10492, 
    10491, 10490, 10489, 10488, 10487, 
    10486, 10485, 10483, 10482, 10481, 
    10480, 10479, 10478, 10477, 10476, 
    10475, 10474, 10473, 10472, 10471, 
    10470, 10469, 10468, 10467, 10466, 
    12582, 12583, 12584, 10465, 10464, 
    10463, 10462, 10461, 10460, 10459, 
    12581, 12699, 12698, 12697, 12696, 
    12695, 12694, 12693, 12692, 12691, 
    10447, 10448, 10449, 10450, 10451, 
    10452, 10453, 10454
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00052

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 (10529,10528,10527,10526,10525,10524,10522,10495,10494,10493,10492,10491,10490,10489,10488,10487,10486,10485,10483,10482,10481,10480,10479,10478,10477,10476,10475,10474,10473,10472,10471,10470,10469,10468,10467,10466,12582,12583,12584,10465,10464,10463,10462,10461,10460,10459,12581,12699,12698,12697,12696,12695,12694,12693,12692,12691,10447,10448,10449,10450,10451,10452,10453,10454) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}