SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10074, 10573, 10577, 10651, 10642, 12529, 
    12515, 12525, 12532, 12523, 10198, 
    10557, 10202, 10556, 10101, 10558, 
    10142, 10134, 10141, 10053, 10138, 
    10130, 9934, 10563, 10569, 10572, 10602, 
    10603, 10137, 12517, 12531, 12526, 
    12509, 10226, 10551, 10550, 10193, 
    10659, 10664, 10666, 10661, 10663, 
    10190, 10657, 10658, 10194, 10692, 
    12530, 12516, 12496, 12519, 12510, 
    10087, 10100, 10698
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00039

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": 71.42857361,
      "attached_condition": "cscart_ab__video_gallery.product_id in (10074,10573,10577,10651,10642,12529,12515,12525,12532,12523,10198,10557,10202,10556,10101,10558,10142,10134,10141,10053,10138,10130,9934,10563,10569,10572,10602,10603,10137,12517,12531,12526,12509,10226,10551,10550,10193,10659,10664,10666,10661,10663,10190,10657,10658,10194,10692,12530,12516,12496,12519,12510,10087,10100,10698) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}