SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10705, 10706, 10707, 10708, 10709, 10710, 
    10711, 10712, 10668, 10669, 10670, 
    10671, 10672, 10673, 10674, 10675, 
    10676, 10677, 10678, 10679, 10680, 
    10681, 10682, 10683, 10684, 10685, 
    10686, 10725, 10724, 10701, 10699, 
    10698, 10696, 10695, 10693, 10692, 
    15958, 15957, 15956, 12600, 12602, 
    12604, 12606, 12608, 12603, 12615, 
    12597, 12609, 12610, 12607, 12596, 
    12611, 12613, 12612, 12605, 12601, 
    12616, 12599, 10666, 10664, 10663, 
    10661, 10659, 10658
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00034

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 (10705,10706,10707,10708,10709,10710,10711,10712,10668,10669,10670,10671,10672,10673,10674,10675,10676,10677,10678,10679,10680,10681,10682,10683,10684,10685,10686,10725,10724,10701,10699,10698,10696,10695,10693,10692,15958,15957,15956,12600,12602,12604,12606,12608,12603,12615,12597,12609,12610,12607,12596,12611,12613,12612,12605,12601,12616,12599,10666,10664,10663,10661,10659,10658) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}