INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '110f1a381ffe0b29c0e2910bf76e9ddee8bdfd6b6eeec93f1ca19e5e45859772', 
    '5CJ+Js3rtLV4GxBNrTIU4yi+4glSGii6d3KybuPgt2w=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00055

Result

int(1)