INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c60ece8fc9f3e393aa1add2c73d85b6e18550181ba74559353df0c14ee30b2e1', 
    '2PsAQDrYKG63gZ6cKKVGaG2m5CgTphT7SW9YlSQeZ+4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00035

Result

int(1)