SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    10504, 10503, 10502, 10501, 10500, 10499, 
    10498, 10497, 12592, 12591, 12590, 
    12588, 13091, 12623, 12587, 12585, 
    12595, 12593, 12620, 12619
  ) 
  AND status = "A" 
  AND storefront_id IN (1, 0)

Query time 0.00042

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 (10504,10503,10502,10501,10500,10499,10498,10497,12592,12591,12590,12588,13091,12623,12587,12585,12595,12593,12620,12619) and cscart_ab__video_gallery.`status` = 'A' and cscart_ab__video_gallery.storefront_id in (1,0)"
    }
  }
}

Result

video_id product_id
121 10504
122 10500
123 10501
125 10498
127 10502
128 10497
129 10499
130 10503