SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    15950, 15951, 15952, 10596, 10597, 10598, 
    10599, 10600, 10607, 10608, 10609, 
    10610, 10611, 10612, 10613, 10614, 
    10615, 10616, 10617, 10618
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00033

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": 25.97402573,
      "attached_condition": "cscart_ab__video_gallery.product_id in (15950,15951,15952,10596,10597,10598,10599,10600,10607,10608,10609,10610,10611,10612,10613,10614,10615,10616,10617,10618) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}

Result

video_id product_id
101 10597
102 10596
103 10598
104 10600
105 10599