INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '59fa8a666d9d1ee02b4688030404757febbe6980ded76c51aa22f93fe3911909', 
    '23anX13P/WOR0RdUBprwXw9m6JeEe/W+jWrrxtTi5BY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00033

Result

int(1)